From df6d3eb602f060f4b89c220ddac16ee6827c828d Mon Sep 17 00:00:00 2001 From: GengYuchao Date: Mon, 11 Jul 2022 14:46:36 +0800 Subject: [PATCH] Remove can not use wake up source for esp32h2 --- components/bt/controller/esp32h2/Kconfig.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/bt/controller/esp32h2/Kconfig.in b/components/bt/controller/esp32h2/Kconfig.in index 2fed02bfba..88f42b87f7 100644 --- a/components/bt/controller/esp32h2/Kconfig.in +++ b/components/bt/controller/esp32h2/Kconfig.in @@ -375,14 +375,10 @@ config BT_LE_SLEEP_ENABLE choice BT_LE_WAKEUP_SOURCE prompt "BLE light sleep wakeup source" depends on BT_LE_SLEEP_ENABLE - default BT_LE_WAKEUP_SOURCE_BLE_RTC_TIMER + default BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER config BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER bool "Use ESP timer to wakeup CPU" help Use esp timer to wakeup CPU - config BT_LE_WAKEUP_SOURCE_BLE_RTC_TIMER - bool "Use BLE rtc timer to wakeup CPU" - help - Use BLE rtc timer to wakeup CPU endchoice