From 1780db9e210420f2cf7f26f0ab06eb02f02df21f Mon Sep 17 00:00:00 2001 From: Dinh Nguyen Date: Wed, 5 Jun 2013 10:02:56 -0500 Subject: ARM: socfpga: Add syscon to be part of socfpga SOCFPGA has a system manager register block can be accessed by using the syscon driver. Signed-off-by: Dinh Nguyen Cc: Pavel Machek Cc: Arnd Bergmann Cc: Olof Johansson Cc: Signed-off-by: Olof Johansson --- arch/arm/mach-socfpga/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-socfpga/Kconfig') diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 566e804d4036..07dff6f18417 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -13,5 +13,6 @@ config ARCH_SOCFPGA select GPIO_PL061 if GPIOLIB select HAVE_ARM_SCU select HAVE_SMP + select MFD_SYSCON select SPARSE_IRQ select USE_OF -- cgit v1.2.3