Skip to content

Commit 7721432

Browse files
ydamigoscarlescufi
authored andcommitted
boards/odroid_go: Add bluetooth support
Add bluetooth support Signed-off-by: Yannis Damigos <[email protected]>
1 parent 8eff15b commit 7721432

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

boards/xtensa/odroid_go/Kconfig.defconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,17 @@ config ENTROPY_ESP32_RNG
1212

1313
config SPI
1414
default y if DISPLAY
15+
16+
if BT
17+
18+
config HEAP_MEM_POOL_SIZE
19+
default 16384
20+
21+
config ENTROPY_GENERATOR
22+
default y
23+
24+
choice BT_HCI_BUS_TYPE
25+
default BT_ESP32
26+
endchoice
27+
28+
endif # BT

0 commit comments

Comments
 (0)