mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
ddb902cc34
Multi-platform requires various kconfig options to be selected, so platforms don't need to select them individually. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: Russell King <linux@arm.linux.org.uk> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
16 lines
440 B
Plaintext
16 lines
440 B
Plaintext
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 SMP
|
|
select HAVE_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.
|