kconfig: 802154: nrf: Fix kconfig

This fixes a regression from
https://github.com/zephyrproject-rtos/zephyr/pull/5018

The ieee802154 driver wouldn't build because nrf drivers/ieee802154
depends on the nordic ext drivers to build.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2017-12-05 09:29:17 +01:00 committed by Kumar Gala
parent 73a493eae6
commit 1bb47676a9

View file

@ -9,6 +9,7 @@
menuconfig IEEE802154_NRF5
bool "nRF52 series IEEE 802.15.4 Driver"
depends on NETWORKING && SOC_NRF52840
select HAS_NORDIC_DRIVERS
default n
if IEEE802154_NRF5