forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/soc/actions/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 if ARCH_ACTIONS || COMPILE_TEST
23
34 config OWL_PM_DOMAINS_HELPER
....@@ -10,7 +11,7 @@
1011 select PM_GENERIC_DOMAINS
1112 help
1213 Say 'y' here to enable support for Smart Power System (SPS)
13
- power-gating on Actions Semiconductor S500 SoC.
14
+ power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
1415 If unsure, say 'n'.
1516
1617 endif