067517513a
Commit 3ad85b08f7789d51e6aad0f535296d1c31e319b9 (soc: actions: sps: Add S700) added S700 support to the SPS driver but forget to update Kconfig help. Add missing S700 mention, in preparation for further SoCs. Fixes: 3ad85b08f778 ("soc: actions: sps: Add S700") Reported-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Andreas Färber <afaerber@suse.de>
17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
if ARCH_ACTIONS || COMPILE_TEST
|
|
|
|
config OWL_PM_DOMAINS_HELPER
|
|
bool
|
|
|
|
config OWL_PM_DOMAINS
|
|
bool "Actions Semi SPS power domains"
|
|
depends on PM
|
|
select OWL_PM_DOMAINS_HELPER
|
|
select PM_GENERIC_DOMAINS
|
|
help
|
|
Say 'y' here to enable support for Smart Power System (SPS)
|
|
power-gating on Actions Semiconductor S500 and S700 SoCs.
|
|
If unsure, say 'n'.
|
|
|
|
endif
|