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>
14 lines
291 B
Text
14 lines
291 B
Text
# Kconfig - Kinetis KWx MCU series
|
|
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_KINETIS_KWX
|
|
bool "Kinetis KWx Series MCU"
|
|
select SOC_FAMILY_KINETIS
|
|
select CPU_HAS_SYSTICK
|
|
select CLOCK_CONTROL
|
|
help
|
|
Enable support for Kinetis KWx MCU series
|