Skip to content

Commit

Permalink
boards: renesas: Add configuration for BT
Browse files Browse the repository at this point in the history
Adds required defconfigs for BT on DA1469x DK.

Signed-off-by: Andrzej Kaczmarek <[email protected]>
  • Loading branch information
andrzej-kaczmarek committed May 13, 2024
1 parent bf68397 commit bf24716
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boards/renesas/da1469x_dk_pro/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,18 @@ config IDLE_STACK_SIZE

#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

0 comments on commit bf24716

Please sign in to comment.