hci: esp32: remove deprecated symbol

Make sure HAS_BT_CTLR is used instead
of deprecated BT_CTLR symbol.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2025-01-20 19:35:47 -03:00 committed by Benjamin Cabé
commit 3d3217ea6a
4 changed files with 1 additions and 9 deletions

View file

@ -155,6 +155,7 @@ config BT_ESP32
default y
depends on DT_HAS_ESPRESSIF_ESP32_BT_HCI_ENABLED
depends on ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS || BUILD_ONLY_NO_BLOBS
select HAS_BT_CTLR
help
Espressif HCI bluetooth interface

View file

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

View file

@ -12,7 +12,4 @@ 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,7 +12,4 @@ config FLASH_BASE_ADDRESS
config BOOTLOADER_MCUBOOT
default y if SOC_ESP32S3_APPCPU
config BT_CTLR
default y if BT
endif # SOC_SERIES_ESP32S3