mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
57789d69c5
Commit "ARM: hisi: don't select SMP" introduced a kconfig warning: warning: (ARCH_HI3xxx) selects HAVE_ARM_TWD which has unmet direct dependencies (SMP) Fix HAVE_ARM_TWD to depend on SMP. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Olof Johansson <olof@lixom.net>
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
config ARCH_HI3xxx
|
|
bool "Hisilicon Hi36xx/Hi37xx family" if ARCH_MULTI_V7
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select ARM_TIMER_SP804
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select CACHE_L2X0
|
|
select CLKSRC_OF
|
|
select GENERIC_CLOCKEVENTS
|
|
select HAVE_ARM_SCU
|
|
select HAVE_ARM_TWD if SMP
|
|
select HAVE_SMP
|
|
select PINCTRL
|
|
select PINCTRL_SINGLE
|
|
help
|
|
Support for Hisilicon Hi36xx/Hi37xx processor family
|