From 01582e0f121c48eb2bdcd5275315c1e6a0251083 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 26 Aug 2026 16:43:53 +0800 Subject: [PATCH] fix(soc): use standard touch wakeup cap name on ESP32-H4 The H4-only spelling was unread, so touch wakeup never compiled in. --- components/soc/esp32h4/include/soc/Kconfig.soc_caps.in | 2 +- components/soc/esp32h4/include/soc/soc_caps.h | 2 +- examples/peripherals/touch_sensor/touch_sens_sleep/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/soc/esp32h4/include/soc/Kconfig.soc_caps.in b/components/soc/esp32h4/include/soc/Kconfig.soc_caps.in index 8c65b2507ef..1e9418d9d55 100644 --- a/components/soc/esp32h4/include/soc/Kconfig.soc_caps.in +++ b/components/soc/esp32h4/include/soc/Kconfig.soc_caps.in @@ -1131,7 +1131,7 @@ config SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN bool default y -config SOC_PM_SUPPORT_TOUCH_WAKEUP +config SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP bool default y diff --git a/components/soc/esp32h4/include/soc/soc_caps.h b/components/soc/esp32h4/include/soc/soc_caps.h index bb928858d8c..9e5be396d4a 100644 --- a/components/soc/esp32h4/include/soc/soc_caps.h +++ b/components/soc/esp32h4/include/soc/soc_caps.h @@ -477,7 +477,7 @@ #define SOC_PM_SUPPORT_BT_WAKEUP (1) #define SOC_PM_SUPPORT_EXT1_WAKEUP (1) #define SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN (1) /*!