Skip to content

Commit

Permalink
soc: espressif: enable custom bluetooth options
Browse files Browse the repository at this point in the history
In order to allow Espressif boards to change BLE TX power,
BT_CTRL needs to be enabled.

Signed-off-by: Sylvio Alves <[email protected]>
  • Loading branch information
sylvioalves authored and kartben committed Jan 19, 2025
1 parent 1f29980 commit 6a60927
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soc/espressif/esp32/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ config GDBSTUB_BUF_SZ

endif # GDBSTUB config

config BT_CTLR
default y if BT

endif # SOC_SERIES_ESP32 config
3 changes: 3 additions & 0 deletions soc/espressif/esp32c3/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ config FLASH_SIZE
config FLASH_BASE_ADDRESS
default $(dt_node_reg_addr_hex,/soc/flash-controller@60002000/flash@0)

config BT_CTLR
default y if BT

endif # SOC_SERIES_ESP32C3
3 changes: 3 additions & 0 deletions soc/espressif/esp32s3/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ config FLASH_BASE_ADDRESS
config BOOTLOADER_MCUBOOT
default y if SOC_ESP32S3_APPCPU

config BT_CTLR
default y if BT

endif # SOC_SERIES_ESP32S3

0 comments on commit 6a60927

Please sign in to comment.