boards: nrf52811_pca10056: Enable nRF 802.15.4 driver by default

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>
This commit is contained in:
Robert Lubos 2020-01-13 16:52:39 +01:00 committed by Ioannis Glaropoulos
commit 65ec2d9701
2 changed files with 10 additions and 0 deletions

View file

@ -39,4 +39,11 @@ config PWM_0
endif # PWM
if IEEE802154
config IEEE802154_NRF5
default y
endif # IEEE802154
endif # BOARD_NRF52811_PCA10056

View file

@ -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