diff options
author | Manivannan Sadhasivam <[email protected]> | 2018-04-04 22:52:51 +0530 |
---|---|---|
committer | Andreas Färber <[email protected]> | 2018-09-30 19:11:33 +0200 |
commit | e0c27a1066a935671a00b1764385bc8118d8022c (patch) | |
tree | 902a59fd7ee72c5c58252f8b96a9e01da0f146c6 | |
parent | 677309b0e9e60336e29b90f9b655b5de4ab42d3b (diff) |
arm64: actions: Enable PINCTRL in platforms Kconfig
Select PINCTRL for Actions Semi SoCs.
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
-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. |