mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-26 23:55:40 +08: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>
15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
config ARCH_SUNXI
|
|
bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_GIC
|
|
select ARM_PSCI
|
|
select CLKSRC_MMIO
|
|
select GENERIC_IRQ_CHIP
|
|
select HAVE_SMP
|
|
select PINCTRL
|
|
select PINCTRL_SUNXI
|
|
select RESET_CONTROLLER
|
|
select SUN4I_TIMER
|
|
select SUN5I_HSTIMER
|