Merge branch 'bugfix/remove_unused_ble_rtc_source_sel' into 'master'

Remove can not use wake up source for esp32h2

See merge request espressif/esp-idf!18966
This commit is contained in:
Jiang Jiang Jian
2022-07-13 13:50:26 +08:00

View File

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