From c346c77a2a0972836567a47f7656e7444878a1df Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 15 Jul 2024 11:23:40 +0200 Subject: [PATCH] soc/espressif/esp32c6: Do not set HAS_PM or HAS_POWEROFF The source files required for this features are not present in the tree for this SOC. So if CONFIG_PM or CONFIG_POWEROFF are enabled, there would be a cmake failure. Let's just indicate these features are not supported in kconfig. Signed-off-by: Alberto Escolar Piedras --- soc/espressif/esp32c6/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/soc/espressif/esp32c6/Kconfig b/soc/espressif/esp32c6/Kconfig index c33528ac325..0bb4aa5fd05 100644 --- a/soc/espressif/esp32c6/Kconfig +++ b/soc/espressif/esp32c6/Kconfig @@ -14,8 +14,6 @@ config SOC_SERIES_ESP32C6 select RISCV_ISA_EXT_ZICSR select HAS_ESPRESSIF_HAL select XIP if !MCUBOOT - select HAS_PM - select HAS_POWEROFF if SOC_SERIES_ESP32C6