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:
parent
64b2c263f2
commit
c346c77a2a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue