zephyr/boards
Jaakko Hannikainen db493450ac net: ip: Fix compiling with 15.4
Kconfig allows selecting NETWORKING_WITH_15_4_TI_CC2520 even if the
current board doesn't support it, and also selects it by default. This
breaks building the 15.4 sample with qemu_x86. Add a config option for
having CC2520 support and enable the choise only if it is available.

In addition, remove unused function from iee802154 code, as it now
fails the tests.

Jira: ZEP-697

Change-Id: Ib082f82acdd0f86d3306bbd3bb827f61b0fd0be1
Signed-off-by: Jaakko Hannikainen <jaakko.hannikainen@intel.com>
2016-08-23 13:13:59 +00:00
..
altera_max10
arduino_101
arduino_101_sss
arduino_due
basic_cortex_m3
basic_minuteia
em_starterkit
frdm_k64f
galileo
minnowboard
nrf52_nitrogen
nrf52_pca10040
nucleo_f103rb
olimexino_stm32
qemu_cortex_m3
qemu_nios2
qemu_x86
quark_d2000_crb
quark_se_devboard
quark_se_sss_devboard
stm32_mini_a15
Kconfig
Makefile