projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886545e
)
ARM: hisi: select HAVE_ARM_SCU only for SMP
author
Arnd Bergmann
<arnd@arndb.de>
Mon, 17 Feb 2014 19:29:14 +0000
(20:29 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
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 <arnd@arndb.de>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
arch/arm/mach-hisi/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-hisi/Kconfig
b/arch/arm/mach-hisi/Kconfig
index 9d0a87b025e30adfaaaf48025acb9b54b9337cda..feee4dbb0760bfb4c4fa604ac1392bad4ae88a72 100644
(file)
--- a/
arch/arm/mach-hisi/Kconfig
+++ b/
arch/arm/mach-hisi/Kconfig
@@
-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