diff mbox series

soc: actions: Update SPS help text for S700

Message ID 20180624140108.13505-1-afaerber@suse.de
State Accepted
Commit 067517513ae437c2845bc593dbf99a142bdc9250
Headers show
Series soc: actions: Update SPS help text for S700 | expand

Commit Message

Andreas Färber June 24, 2018, 2:01 p.m. UTC
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>

---
 drivers/soc/actions/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.16.4

Comments

Andreas Färber Sept. 22, 2018, 8:11 p.m. UTC | #1
Am 24.06.18 um 16:01 schrieb Andreas Färber:
> 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>

> ---

>  drivers/soc/actions/Kconfig | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)


Applied to v4.20/drivers branch.

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
diff mbox series

Patch

diff --git a/drivers/soc/actions/Kconfig b/drivers/soc/actions/Kconfig
index 9d68b5a771c3..56064f8859a0 100644
--- a/drivers/soc/actions/Kconfig
+++ b/drivers/soc/actions/Kconfig
@@ -10,7 +10,7 @@  config OWL_PM_DOMAINS
 	select PM_GENERIC_DOMAINS
 	help
 	  Say 'y' here to enable support for Smart Power System (SPS)
-	  power-gating on Actions Semiconductor S500 SoC.
+	  power-gating on Actions Semiconductor S500 and S700 SoCs.
 	  If unsure, say 'n'.
 
 endif