diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-06-05 10:02:56 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-11 16:35:32 -0700 |
commit | 1780db9e210420f2cf7f26f0ab06eb02f02df21f (patch) | |
tree | 64bef6c6e8ffa796826c5e62cb973edbc071ff01 | |
parent | 825f0c26720668aefe3ed93be70e3bccf2337033 (diff) |
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 <dinguyen@altera.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Olof Johansson <olof@lixom.net>
Cc: <linux@arm.linux.org.uk>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-socfpga/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |