xref: /openbmc/linux/arch/arm/mach-rockchip/Kconfig (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2d63dc051SHeiko Stuebnerconfig ARCH_ROCKCHIP
3e3246542SMasahiro Yamada	bool "Rockchip RK2928 and RK3xxx SOCs"
4e3246542SMasahiro Yamada	depends on ARCH_MULTI_V7
5d63dc051SHeiko Stuebner	select PINCTRL
6d63dc051SHeiko Stuebner	select PINCTRL_ROCKCHIP
71fe69496SHeiko Stübner	select ARCH_HAS_RESET_CONTROLLER
834f137b1SHeiko Stübner	select ARM_AMBA
9d63dc051SHeiko Stuebner	select ARM_GIC
10d63dc051SHeiko Stuebner	select CACHE_L2X0
115c34a4e8SLinus Walleij	select GPIOLIB
127a1917abSHeiko Stuebner	select HAVE_ARM_ARCH_TIMER
13f6f70cf7SHeiko Stuebner	select HAVE_ARM_SCU if SMP
14f350f823SHeiko Stuebner	select HAVE_ARM_TWD if SMP
15d63dc051SHeiko Stuebner	select DW_APB_TIMER_OF
16d1bef995SArnd Bergmann	select REGULATOR if PM
17468b8c4cSDaniel Lezcano	select ROCKCHIP_TIMER
18f95a2b3dSHeiko Stuebner	select ARM_GLOBAL_TIMER
19f95a2b3dSHeiko Stuebner	select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
20bf3c4b51STao Huang	select ZONE_DMA if ARM_LPAE
21d1558dfdSMarc Zyngier	select PM
22d63dc051SHeiko Stuebner	help
23d63dc051SHeiko Stuebner	  Support for Rockchip's Cortex-A9 Single-to-Quad-Core-SoCs
24d63dc051SHeiko Stuebner	  containing the RK2928, RK30xx and RK31xx series.
25