projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
825f0c2
)
ARM: socfpga: Add syscon to be part of socfpga
author
Dinh Nguyen
<dinguyen@altera.com>
Wed, 5 Jun 2013 15:02:56 +0000
(10:02 -0500)
committer
Olof Johansson
<olof@lixom.net>
Tue, 11 Jun 2013 23:35:32 +0000
(16:35 -0700)
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>
arch/arm/mach-socfpga/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/Kconfig
b/arch/arm/mach-socfpga/Kconfig
index
566e804
..
07dff6f
100644
(file)
--- 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