Add a new Kconfig option that has to be selected by SoCs providing PM hooks. This option will be now required to enable CONFIG_PM. Before this change, CONFIG_PM could always be enabled, regardless of SoC providing any kind of low-power support. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
17 lines
424 B
Text
17 lines
424 B
Text
# Nordic Semiconductor nRF51 MCU line
|
|
|
|
# Copyright (c) 2016 Linaro Limited
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_NRF51X
|
|
bool "Nordic Semiconductor nRF51 series MCU"
|
|
select ARM
|
|
select CPU_CORTEX_M0
|
|
select SOC_FAMILY_NRF
|
|
select XIP
|
|
select HAS_NRFX
|
|
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
|
|
select HAS_PM
|
|
help
|
|
Enable support for NRF51 MCU series
|