Skip to content

Commit 1bb4767

Browse files
SebastianBoegalak
authored andcommitted
kconfig: 802154: nrf: Fix kconfig
This fixes a regression from #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 <[email protected]>
1 parent 73a493e commit 1bb4767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ieee802154/Kconfig.nrf5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
menuconfig IEEE802154_NRF5
1010
bool "nRF52 series IEEE 802.15.4 Driver"
1111
depends on NETWORKING && SOC_NRF52840
12+
select HAS_NORDIC_DRIVERS
1213
default n
1314

1415
if IEEE802154_NRF5

0 commit comments

Comments
 (0)