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>
This commit is contained in:
Sylvio Alves 2024-10-31 20:43:04 -03:00 committed by Benjamin Cabé
commit 6a60927cac
3 changed files with 9 additions and 0 deletions

View file

@ -34,4 +34,7 @@ config GDBSTUB_BUF_SZ
endif # GDBSTUB config
config BT_CTLR
default y if BT
endif # SOC_SERIES_ESP32 config

View file

@ -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

View file

@ -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