Browse Source

boards: nordic: nrf9160dk: Fix missing nrf52840 config

Fixes an issue with missing configuration from the nrf52840 on
the nrf9160dk

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
f9a957e6f6
  1. 10
      boards/nordic_nrf/nrf9160dk/Kconfig.defconfig

10
boards/nordic_nrf/nrf9160dk/Kconfig.defconfig

@ -42,3 +42,13 @@ config I2C @@ -42,3 +42,13 @@ config I2C
default $(dt_compat_on_bus,$(DT_COMPAT_NXP_PCAL6408A),i2c)
endif # BOARD_NRF9160DK_NRF9160 || BOARD_NRF9160DK_NRF9160_NS
if BOARD_NRF9160DK_NRF52840
config BT_CTLR
default BT
config BT_WAIT_NOP
default BT && $(dt_nodelabel_enabled,reset_input)
endif # BOARD_NRF9160DK_NRF52840

Loading…
Cancel
Save