From 78ce02f86d799d80f70826ee00d54f191198a70f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 25 Aug 2016 06:04:01 -0400 Subject: [PATCH] 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 --- boards/quark_se_devboard/Kconfig.board | 1 - drivers/ieee802154/Kconfig | 3 --- net/ip/Kconfig | 2 -- 3 files changed, 6 deletions(-) diff --git a/boards/quark_se_devboard/Kconfig.board b/boards/quark_se_devboard/Kconfig.board index 3af1380f21c..ca7414b7fb8 100644 --- a/boards/quark_se_devboard/Kconfig.board +++ b/boards/quark_se_devboard/Kconfig.board @@ -2,4 +2,3 @@ config BOARD_QUARK_SE_DEVBOARD bool "Quark SE Development Board" depends on SOC_QUARK_SE - select NETWORKING_HAVE_TI_CC2520 diff --git a/drivers/ieee802154/Kconfig b/drivers/ieee802154/Kconfig index 2fb4003577a..49ff5d32713 100644 --- a/drivers/ieee802154/Kconfig +++ b/drivers/ieee802154/Kconfig @@ -36,9 +36,6 @@ menu "IEEE 802.15.4 Options" depends on NETWORKING_WITH_15_4 -config NETWORKING_HAVE_TI_CC2520 - bool - if NETWORKING_WITH_15_4_TI_CC2520 config SYS_LOG_TI_CC2520_LEVEL diff --git a/net/ip/Kconfig b/net/ip/Kconfig index a2b12ab1918..77cedff22cc 100644 --- a/net/ip/Kconfig +++ b/net/ip/Kconfig @@ -412,14 +412,12 @@ help The 802.15.4 layer can either support loopback within or loopback with uart but not both at the same time. -if NETWORKING_HAVE_TI_CC2520 config NETWORKING_WITH_15_4_TI_CC2520 bool prompt "TI CC2520" select TEST_RANDOM_GENERATOR help Enable Texas Instruments CC2520 802.15.4 radio driver. -endif config NETWORKING_WITH_15_4_LOOPBACK bool