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:
parent
1f29980fcd
commit
6a60927cac
3 changed files with 9 additions and 0 deletions
|
@ -34,4 +34,7 @@ config GDBSTUB_BUF_SZ
|
|||
|
||||
endif # GDBSTUB config
|
||||
|
||||
config BT_CTLR
|
||||
default y if BT
|
||||
|
||||
endif # SOC_SERIES_ESP32 config
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue