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

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