quark_se_devboard: We do not support capabilities via Kconfig yet

This will lead to conflicts and warning coming from Kconfig, so just
whitelist the board in the samples where this hardware is supported

Jira: ZEP-739

Change-Id: I4a2f3bdcfdb44fc75df0e272c237789ee16e0de1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-08-25 06:04:01 -04:00
commit 78ce02f86d
3 changed files with 0 additions and 6 deletions

View file

@ -2,4 +2,3 @@
config BOARD_QUARK_SE_DEVBOARD config BOARD_QUARK_SE_DEVBOARD
bool "Quark SE Development Board" bool "Quark SE Development Board"
depends on SOC_QUARK_SE depends on SOC_QUARK_SE
select NETWORKING_HAVE_TI_CC2520

View file

@ -36,9 +36,6 @@
menu "IEEE 802.15.4 Options" menu "IEEE 802.15.4 Options"
depends on NETWORKING_WITH_15_4 depends on NETWORKING_WITH_15_4
config NETWORKING_HAVE_TI_CC2520
bool
if NETWORKING_WITH_15_4_TI_CC2520 if NETWORKING_WITH_15_4_TI_CC2520
config SYS_LOG_TI_CC2520_LEVEL config SYS_LOG_TI_CC2520_LEVEL

View file

@ -412,14 +412,12 @@ help
The 802.15.4 layer can either support loopback within The 802.15.4 layer can either support loopback within
or loopback with uart but not both at the same time. or loopback with uart but not both at the same time.
if NETWORKING_HAVE_TI_CC2520
config NETWORKING_WITH_15_4_TI_CC2520 config NETWORKING_WITH_15_4_TI_CC2520
bool bool
prompt "TI CC2520" prompt "TI CC2520"
select TEST_RANDOM_GENERATOR select TEST_RANDOM_GENERATOR
help help
Enable Texas Instruments CC2520 802.15.4 radio driver. Enable Texas Instruments CC2520 802.15.4 radio driver.
endif
config NETWORKING_WITH_15_4_LOOPBACK config NETWORKING_WITH_15_4_LOOPBACK
bool bool