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>
This commit is contained in:
Jamie McCrae
2024-02-22 14:53:45 +00:00
committed by Carles Cufi
parent df994e7ee8
commit f9a957e6f6

View File

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