Skip to content

Commit 78ce02f

Browse files
committed
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 <[email protected]>
1 parent 47edaa3 commit 78ce02f

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

boards/quark_se_devboard/Kconfig.board

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
config BOARD_QUARK_SE_DEVBOARD
33
bool "Quark SE Development Board"
44
depends on SOC_QUARK_SE
5-
select NETWORKING_HAVE_TI_CC2520

drivers/ieee802154/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
menu "IEEE 802.15.4 Options"
3737
depends on NETWORKING_WITH_15_4
3838

39-
config NETWORKING_HAVE_TI_CC2520
40-
bool
41-
4239
if NETWORKING_WITH_15_4_TI_CC2520
4340

4441
config SYS_LOG_TI_CC2520_LEVEL

net/ip/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,14 +412,12 @@ help
412412
The 802.15.4 layer can either support loopback within
413413
or loopback with uart but not both at the same time.
414414

415-
if NETWORKING_HAVE_TI_CC2520
416415
config NETWORKING_WITH_15_4_TI_CC2520
417416
bool
418417
prompt "TI CC2520"
419418
select TEST_RANDOM_GENERATOR
420419
help
421420
Enable Texas Instruments CC2520 802.15.4 radio driver.
422-
endif
423421

424422
config NETWORKING_WITH_15_4_LOOPBACK
425423
bool

0 commit comments

Comments
 (0)