Skip to content

Commit

Permalink
boards: nrf52811_pca10056: Enable nRF 802.15.4 driver by default
Browse files Browse the repository at this point in the history
nrf52811_pca10056 board should enable nRF 802.15.4 radio driver
automatically when 802.15.4 subsystem is enabled, as other Nordic
802.15.4-compliant boards do.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
  • Loading branch information
rlubos committed Jan 21, 2020
1 parent cfbe9d6 commit 60fa7d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boards/arm/nrf52811_pca10056/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@ config PWM_0

endif # PWM

if IEEE802154

config IEEE802154_NRF5
default y

endif # IEEE802154

endif # BOARD_NRF52811_PCA10056
3 changes: 3 additions & 0 deletions soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52811_QFAA
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ config SOC
config NUM_IRQS
default 30

config NET_CONFIG_IEEE802154_DEV_NAME
default IEEE802154_NRF5_DRV_NAME

endif # SOC_NRF52811_QFAA

0 comments on commit 60fa7d4

Please sign in to comment.