GNU Linux-libre 6.8.9-gnu
[releases.git] / drivers / pmdomain / actions / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if ARCH_ACTIONS || COMPILE_TEST
3
4 config OWL_PM_DOMAINS_HELPER
5         bool
6
7 config OWL_PM_DOMAINS
8         bool "Actions Semi SPS power domains"
9         depends on PM
10         select OWL_PM_DOMAINS_HELPER
11         select PM_GENERIC_DOMAINS
12         help
13           Say 'y' here to enable support for Smart Power System (SPS)
14           power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
15           If unsure, say 'n'.
16
17 endif