mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 16:22:47 +00:00
This commit removes "select SYS_POWER_*_SUPPORTED" entries from Kconfig on SoCs which are not implementing sys_set_power_state() method used to control power mode. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
# Kconfig.series - Cypress PSoC6 MCU line
|
|
#
|
|
# Copyright (c) 2018, Cypress Semiconductor
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_PSOC62
|
|
bool "Cypress PSoC6 series MCU"
|
|
select SOC_FAMILY_PSOC6
|
|
select CPU_HAS_SYSTICK
|
|
select HAS_CYPRESS_DRIVERS
|
|
select SOC_NOINIT_LD
|
|
select SOC_RWDATA_LD
|
|
help
|
|
Enable support for Cypress PSoC6 MCU series
|