aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/Kconfig
blob: 25ee12b21f0180f8cfcbead0377f2a0c3e71d80a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config ARCH_ROCKCHIP
	bool "Rockchip RK2928 and RK3xxx SOCs" if ARCH_MULTI_V7
	select PINCTRL
	select PINCTRL_ROCKCHIP
	select ARCH_REQUIRE_GPIOLIB
	select ARM_GIC
	select CACHE_L2X0
	select HAVE_ARM_TWD if LOCAL_TIMERS
	select HAVE_SMP
	select LOCAL_TIMERS if SMP
	select COMMON_CLK
	select GENERIC_CLOCKEVENTS
	select DW_APB_TIMER_OF
	help
	  Support for Rockchip's Cortex-A9 Single-to-Quad-Core-SoCs
	  containing the RK2928, RK30xx and RK31xx series.