7a1917abdd
Enable HAVE_ARM_ARCH_TIMER and add a rockchip,rk3288 compatible. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Will Deacon <will.deacon@arm.com> Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: Doug Anderson <dianders@chromium.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
17 lines
513 B
Text
17 lines
513 B
Text
config ARCH_ROCKCHIP
|
|
bool "Rockchip RK2928 and RK3xxx SOCs" if ARCH_MULTI_V7
|
|
select PINCTRL
|
|
select PINCTRL_ROCKCHIP
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_GIC
|
|
select CACHE_L2X0
|
|
select HAVE_ARM_ARCH_TIMER
|
|
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.
|