From: Manivannan Sadhasivam Date: Wed, 4 Apr 2018 17:22:51 +0000 (+0530) Subject: arm64: actions: Enable PINCTRL in platforms Kconfig X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e0c27a1066a935671a00b1764385bc8118d8022c;p=openwrt%2Fstaging%2Fblogic.git arm64: actions: Enable PINCTRL in platforms Kconfig Select PINCTRL for Actions Semi SoCs. Signed-off-by: Manivannan Sadhasivam Reviewed-by: Linus Walleij Signed-off-by: Andreas Färber --- 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.