mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
b5b886fd1e
Move per-chip BLE log Kconfig options (esp32c2/c5/c6/h2) into components/bt/common/Kconfig.in for single-source-of-truth configuration. Restructure menu as "BT Logs" with "Log Sources" sub-menu containing controller log config options. Controller log output mode choice defaults to BLE Log v2 when BLE_LOG_ENABLED, with legacy mode as deprecated fallback. Migrate wrap_panic_handler and task_wdt_user_handler configs as well since they depend on BT_LE_CONTROLLER_LOG_ENABLED.