]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/soc/actions/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / soc / actions / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
aa9f800d
AF
2if ARCH_ACTIONS || COMPILE_TEST
3
6932ec60
AF
4config OWL_PM_DOMAINS_HELPER
5 bool
6
aa9f800d
AF
7config OWL_PM_DOMAINS
8 bool "Actions Semi SPS power domains"
9 depends on PM
6932ec60 10 select OWL_PM_DOMAINS_HELPER
aa9f800d
AF
11 select PM_GENERIC_DOMAINS
12 help
13 Say 'y' here to enable support for Smart Power System (SPS)
da8c37e1 14 power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
aa9f800d
AF
15 If unsure, say 'n'.
16
17endif