mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
1780db9e21
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>
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
config ARCH_SOCFPGA
|
|
bool "Altera SOCFPGA family" if ARCH_MULTI_V7
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select CACHE_L2X0
|
|
select CLKDEV_LOOKUP
|
|
select COMMON_CLK
|
|
select CPU_V7
|
|
select DW_APB_TIMER
|
|
select DW_APB_TIMER_OF
|
|
select GENERIC_CLOCKEVENTS
|
|
select GPIO_PL061 if GPIOLIB
|
|
select HAVE_ARM_SCU
|
|
select HAVE_SMP
|
|
select MFD_SYSCON
|
|
select SPARSE_IRQ
|
|
select USE_OF
|