mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
19682f72f5
This config exists entirely to hide the cpufreq menu from the kernel configuration unless a platform has selected it. Nothing is actually built if this config is 'Y' and it just leads to more patches that add a select under a platform Kconfig so that some other CPUfreq option can be chosen. Let's remove the option so that we can always enable CPUfreq drivers on ARM platforms. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
16 lines
388 B
Plaintext
16 lines
388 B
Plaintext
config ARCH_ZYNQ
|
|
bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7
|
|
select ARCH_HAS_OPP
|
|
select ARCH_SUPPORTS_BIG_ENDIAN
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select ARM_GLOBAL_TIMER if !CPU_FREQ
|
|
select CADENCE_TTC_TIMER
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select ICST
|
|
select MFD_SYSCON
|
|
select SOC_BUS
|
|
help
|
|
Support for Xilinx Zynq ARM Cortex A9 Platform
|