From 1728c96d3d433e2ad3de8c98ce930446c5aa369a Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 28 Jan 2013 14:43:55 +0100 Subject: [PATCH] ARM: ux500: select the DB8540 pin controller The pin controller is an inherent part of the SoC, without it the system will not boot, thus it needs to be selected from Kconfig. Acked-by: Olof Johansson Signed-off-by: Linus Walleij --- arch/arm/mach-ux500/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 5dea90636d94..1d7dbe61a958 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -18,6 +18,7 @@ config UX500_SOC_DB8500 select CPU_FREQ_TABLE if CPU_FREQ select MFD_DB8500_PRCMU select PINCTRL_DB8500 + select PINCTRL_DB8540 select REGULATOR select REGULATOR_DB8500_PRCMU