Skip to content

Commit 6a60927

Browse files
sylvioalveskartben
authored andcommitted
soc: espressif: enable custom bluetooth options
In order to allow Espressif boards to change BLE TX power, BT_CTRL needs to be enabled. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
1 parent 1f29980 commit 6a60927

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

soc/espressif/esp32/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ config GDBSTUB_BUF_SZ
3434

3535
endif # GDBSTUB config
3636

37+
config BT_CTLR
38+
default y if BT
39+
3740
endif # SOC_SERIES_ESP32 config

soc/espressif/esp32c3/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ config FLASH_SIZE
1212
config FLASH_BASE_ADDRESS
1313
default $(dt_node_reg_addr_hex,/soc/flash-controller@60002000/flash@0)
1414

15+
config BT_CTLR
16+
default y if BT
17+
1518
endif # SOC_SERIES_ESP32C3

soc/espressif/esp32s3/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ config FLASH_BASE_ADDRESS
1212
config BOOTLOADER_MCUBOOT
1313
default y if SOC_ESP32S3_APPCPU
1414

15+
config BT_CTLR
16+
default y if BT
17+
1518
endif # SOC_SERIES_ESP32S3

0 commit comments

Comments
 (0)