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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-07-15 11:23:40 +02:00 committed by Anas Nashif
commit c346c77a2a

View file

@ -14,8 +14,6 @@ config SOC_SERIES_ESP32C6
select RISCV_ISA_EXT_ZICSR select RISCV_ISA_EXT_ZICSR
select HAS_ESPRESSIF_HAL select HAS_ESPRESSIF_HAL
select XIP if !MCUBOOT select XIP if !MCUBOOT
select HAS_PM
select HAS_POWEROFF
if SOC_SERIES_ESP32C6 if SOC_SERIES_ESP32C6