mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 22:06:47 +07:00
725dd7eb17
Update Kconfig to enable TWD. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Pavel Machek <pavel@denx.de> Signed-off-by: Olof Johansson <olof@lixom.net>
18 lines
389 B
Plaintext
18 lines
389 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 COMMON_CLK
|
|
select CPU_V7
|
|
select DW_APB_TIMER_OF
|
|
select GENERIC_CLOCKEVENTS
|
|
select GPIO_PL061 if GPIOLIB
|
|
select HAVE_ARM_SCU
|
|
select HAVE_ARM_TWD if SMP
|
|
select HAVE_SMP
|
|
select MFD_SYSCON
|
|
select SPARSE_IRQ
|
|
select USE_OF
|