mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 22:04:47 +08:00
68e2215e9d
Now ARM global timer driver could work even if it's source clock rate changes, so we don't need to disable that driver when cpu frequency scaling is in use. This cause Zynq arch to get support for timer delay and get_cycles(). Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Cc: Patrice Chotard <patrice.chotard@st.com> Cc: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: Michal Simek <michal.simek@xilinx.com> Cc: Sören Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20210406130045.15491-3-andrea.merello@gmail.com
19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config ARCH_ZYNQ
|
|
bool "Xilinx Zynq ARM Cortex A9 Platform"
|
|
depends on ARCH_MULTI_V7
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
select ARCH_SUPPORTS_BIG_ENDIAN
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select ARM_GLOBAL_TIMER
|
|
select CADENCE_TTC_TIMER
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select MFD_SYSCON
|
|
select PINCTRL
|
|
select PINCTRL_ZYNQ
|
|
select SOC_BUS
|
|
help
|
|
Support for Xilinx Zynq ARM Cortex A9 Platform
|