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 Apr 23, 2024
1 parent 584f81e commit 12e6aa2
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 @@ -34,4 +34,18 @@ config LV_Z_POINTER_INPUT_MSGQ_COUNT

endif # INPUT

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 12e6aa2

Please sign in to comment.