mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 21:53:54 +08:00
90bc8ac77d
All V7 platforms can run SMP kernels, so make CONFIG_SMP visible for V7 multi-platform builds. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
14 lines
308 B
Plaintext
14 lines
308 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 PINCTRL
|
|
select PINCTRL_SUNXI
|
|
select RESET_CONTROLLER
|
|
select SUN4I_TIMER
|
|
select SUN5I_HSTIMER
|