https://github.com/torvalds/linux
Raw File
Tip revision: 4b660a7f5c8099d88d1a43d8ae138965112592c7 authored by Linus Torvalds on 21 May 2014, 21:42:02 UTC
Linux 3.15-rc6
Tip revision: 4b660a7
Kconfig
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_SCU if SMP
	select HAVE_ARM_TWD if SMP
	select DW_APB_TIMER_OF
	select ARM_GLOBAL_TIMER
	select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
	help
	  Support for Rockchip's Cortex-A9 Single-to-Quad-Core-SoCs
	  containing the RK2928, RK30xx and RK31xx series.
back to top