On Wed, Aug 15, 2012 at 10:10 PM, Thomas Abraham <thomas.abraham@xxxxxxxxxx> wrote: > This enables support for Samsung and Exynos4 pinctrl driver for device > tree enabled Exynos4 platforms. > > Cc: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > Signed-off-by: Thomas Abraham <thomas.abraham@xxxxxxxxxx> > --- > arch/arm/mach-exynos/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig > index b5b4c8c..ad96c59 100644 > --- a/arch/arm/mach-exynos/Kconfig > +++ b/arch/arm/mach-exynos/Kconfig > @@ -405,6 +405,7 @@ config MACH_EXYNOS4_DT > select USE_OF > select ARM_AMBA > select HAVE_SAMSUNG_KEYPAD if INPUT_KEYBOARD > + select PINCTRL I don't think this works, since PINCTRL_SAMSUNG is not default "y" (nor should it be). For the platforms I converted I had to select both the subsystem and the indivudual driver, as is already done for some GPIO controllers for example: select PINCTRL select PINCTRL_SAMSUNG Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html