1
0
Fork 0
alistair23-linux/arch/arm/mach-hisi
Arnd Bergmann d8f0faa339 ARM: hisi: depend on ARCH_MULTI_V7
hisi has a general dependency on ARCH_MULTIPLATFORM, which is
problematic when building a kernel for non-V7 platforms but selecting
drivers that might conflict with other architecture levels.

In this case, it broke my (still out of tree) patch set that
enables V7M multiplatform support, since that does not enable
MULTI_IRQ support:

arch/arm/kernel/built-in.o: In function `set_handle_irq':
arch/arm/kernel/irq.c:125: undefined reference to `handle_arch_irq'
arch/arm/kernel/built-in.o: In function `setup_arch':
arch/arm/kernel/setup.c:965: undefined reference to `handle_arch_irq'

Since all hisilicon platforms are ARMv7 based, we can avoid this
problem by just making the dependency more specific.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Wei Xu <xuwei5@hisilicon.com>
2014-10-02 16:40:10 +02:00
..
Kconfig ARM: hisi: depend on ARCH_MULTI_V7 2014-10-02 16:40:10 +02:00
Makefile ARM: hisi: Fix platmcpm compilation when ARMv6 is selected 2014-09-24 10:30:39 -07:00
core.h ARM: hisi: enable hix5hd2 SoC 2014-07-30 22:32:20 -07:00
headsmp.S ARM: hisi: enable hix5hd2 SoC 2014-07-30 22:32:20 -07:00
hisilicon.c ARM: hisi: enable HiP04 2014-09-03 14:10:26 +01:00
hotplug.c ARM: hisi: enable hix5hd2 SoC 2014-07-30 22:32:20 -07:00
platmcpm.c ARM: hisi: enable MCPM implementation 2014-09-03 14:10:12 +01:00
platsmp.c ARM: hisi: remove smp from machine descriptor 2014-07-30 22:32:21 -07:00