]> Git Repo - linux.git/commitdiff
ARM: hisi: select HAVE_ARM_SCU only for SMP
authorArnd Bergmann <[email protected]>
Mon, 17 Feb 2014 19:29:14 +0000 (20:29 +0100)
committerArnd Bergmann <[email protected]>
Fri, 21 Mar 2014 17:31:34 +0000 (18:31 +0100)
The SCU code does not build unless we are compiling
an SMP kernel. This does the same as every other
platform with an SCU.

Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Haojian Zhuang <[email protected]>
arch/arm/mach-hisi/Kconfig

index 9d0a87b025e30adfaaaf48025acb9b54b9337cda..feee4dbb0760bfb4c4fa604ac1392bad4ae88a72 100644 (file)
@@ -4,7 +4,7 @@ config ARCH_HI3xxx
        select ARM_GIC
        select ARM_TIMER_SP804
        select CACHE_L2X0
-       select HAVE_ARM_SCU
+       select HAVE_ARM_SCU if SMP
        select HAVE_ARM_TWD if SMP
        select PINCTRL
        select PINCTRL_SINGLE
This page took 0.083296 seconds and 4 git commands to generate.