diff options
Diffstat (limited to 'arch/arm/mach-highbank/Kconfig')
| -rw-r--r-- | arch/arm/mach-highbank/Kconfig | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig index cd9fcb1cd7ab..c2d6ef6b3927 100644 --- a/arch/arm/mach-highbank/Kconfig +++ b/arch/arm/mach-highbank/Kconfig @@ -1,20 +1,17 @@ +# SPDX-License-Identifier: GPL-2.0-only config ARCH_HIGHBANK - bool "Calxeda ECX-1000/2000 (Highbank/Midway)" if ARCH_MULTI_V7 - select ARCH_HAS_CPUFREQ - select ARCH_HAS_OPP - select ARCH_WANT_OPTIONAL_GPIOLIB + bool "Calxeda ECX-1000/2000 (Highbank/Midway)" + depends on ARCH_MULTI_V7 select ARM_AMBA + select ARM_ERRATA_764369 if SMP + select ARM_ERRATA_775420 + select ARM_ERRATA_798181 if SMP select ARM_GIC + select ARM_PSCI select ARM_TIMER_SP804 select CACHE_L2X0 - select CLKDEV_LOOKUP - select COMMON_CLK - select CPU_V7 - select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU - select HAVE_ARM_TWD if LOCAL_TIMERS - select HAVE_SMP + select HAVE_ARM_TWD if SMP select MAILBOX select PL320_MBOX - select SPARSE_IRQ - select USE_OF + select ZONE_DMA if ARM_LPAE |
