Commit 78ce02f8 authored by Anas Nashif's avatar Anas Nashif
Browse files

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: default avatarAnas Nashif <anas.nashif@intel.com>
parent 47edaa34
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,4 +2,3 @@
config BOARD_QUARK_SE_DEVBOARD
	bool "Quark SE Development Board"
	depends on SOC_QUARK_SE
	select NETWORKING_HAVE_TI_CC2520
+0 −3
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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