diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2018-04-04 20:22:51 +0300 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2018-09-30 20:11:33 +0300 |
commit | e0c27a1066a935671a00b1764385bc8118d8022c (patch) | |
tree | 902a59fd7ee72c5c58252f8b96a9e01da0f146c6 | |
parent | 677309b0e9e60336e29b90f9b655b5de4ab42d3b (diff) | |
download | linux-e0c27a1066a935671a00b1764385bc8118d8022c.tar.xz |
arm64: actions: Enable PINCTRL in platforms Kconfig
Select PINCTRL for Actions Semi SoCs.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 393d2b524284..cb786a814ee0 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -3,6 +3,7 @@ menu "Platform selection" config ARCH_ACTIONS bool "Actions Semi Platforms" select OWL_TIMER + select PINCTRL help This enables support for the Actions Semiconductor S900 SoC family. |