boards: renesas: Add configuration for BT

Adds required defconfigs for BT on DA1469x DK.

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
This commit is contained in:
Andrzej Kaczmarek 2024-04-23 17:57:05 +02:00 committed by Anas Nashif
commit dd395e72f7

View file

@ -48,4 +48,18 @@ config SERIAL_INIT_PRIORITY
#endif # PM || PM_DEVICE
if BT
choice BT_HCI_BUS_TYPE
default BT_DA1469X
endchoice
config BT_WAIT_NOP
default y
config TEST_RANDOM_GENERATOR
default y
endif # BT
endif # BOARD_DA1469X_DK_PRO