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:
parent
6306596b27
commit
dd395e72f7
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue