projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6343b05
)
ARM: SIRF: select SMP_ON_UP only on SMP builds
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 30 Apr 2013 11:21:41 +0000
(13:21 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 3 May 2013 20:36:32 +0000
(22:36 +0200)
Like all other platforms, we can only select SMP_ON_UP if SMP
is also enabled.
warning: (SOC_IMX31 && SOC_IMX35 && ARCH_MARCO) selects
SMP_ON_UP which has unmet direct dependencies (SMP && !XIP_KERNEL)
Cc: Barry Song <baohua.song@csr.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-prima2/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-prima2/Kconfig
b/arch/arm/mach-prima2/Kconfig
index 4f7379fe01e24c5f00c06e2ed92002db531250f4..5e6ab9d6f50f0d1a8f97bca14f0563b63f6acda0 100644
(file)
--- a/
arch/arm/mach-prima2/Kconfig
+++ b/
arch/arm/mach-prima2/Kconfig
@@
-17,7
+17,7
@@
config ARCH_MARCO
select ARM_GIC
select CPU_V7
select HAVE_SMP
- select SMP_ON_UP
+ select SMP_ON_UP
if SMP
help
Support for CSR SiRFSoC ARM Cortex A9 Platform