From: Laurent Pinchart Date: Sat, 15 Dec 2012 22:50:56 +0000 (+0100) Subject: ARM: shmobile: Select PINCTRL X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a47029c16ad14c57160ec845ebdfcb368976bbca;p=linux-beck.git ARM: shmobile: Select PINCTRL The pin control framework is required by mach-shmobile. Select it in Kconfig. This will be required when the sh-pfc driver will move to drivers/pinctrl/. Signed-off-by: Laurent Pinchart Acked-by: Paul Mundt Acked-by: Linus Walleij Signed-off-by: Simon Horman --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 67874b82a4ed..19c97e5565a4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -698,6 +698,7 @@ config ARCH_SHMOBILE select MULTI_IRQ_HANDLER select NEED_MACH_MEMORY_H select NO_IOPORT + select PINCTRL select PM_GENERIC_DOMAINS if PM select SPARSE_IRQ help