diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2018-04-04 13:22:51 -0400 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2018-09-30 13:11:33 -0400 |
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 <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" | |||
3 | config ARCH_ACTIONS | 3 | config ARCH_ACTIONS |
4 | bool "Actions Semi Platforms" | 4 | bool "Actions Semi Platforms" |
5 | select OWL_TIMER | 5 | select OWL_TIMER |
6 | select PINCTRL | ||
6 | help | 7 | help |
7 | This enables support for the Actions Semiconductor S900 SoC family. | 8 | This enables support for the Actions Semiconductor S900 SoC family. |
8 | 9 | ||