projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eee0f8
)
ARM: mvebu: Select HAVE_ARM_TWD only if SMP is enabled
author
Ezequiel Garcia
<ezequiel.garcia@free-electrons.com>
Thu, 24 Apr 2014 11:34:36 +0000
(08:34 -0300)
committer
Jason Cooper
<jason@lakedaemon.net>
Thu, 8 May 2014 16:23:03 +0000
(16:23 +0000)
HAVE_ARM_TWD depends on SMP, so we should only select it if
SMP is enabled, as the others platforms do.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Link:
https://lkml.kernel.org/r/1398339276-5754-1-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-mvebu/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/Kconfig
b/arch/arm/mach-mvebu/Kconfig
index 7bb92b1a63fc2a2283c5aa744ee9bad9af147466..8c9fd60de40d7e64c98304a3f6712ea25c20e686 100644
(file)
--- a/
arch/arm/mach-mvebu/Kconfig
+++ b/
arch/arm/mach-mvebu/Kconfig
@@
-41,7
+41,7
@@
config MACH_ARMADA_375
select ARMADA_375_CLK
select CPU_V7
select HAVE_ARM_SCU
- select HAVE_ARM_TWD
+ select HAVE_ARM_TWD
if SMP
select HAVE_SMP
select MACH_MVEBU_V7
select PINCTRL_ARMADA_375
@@
-57,7
+57,7
@@
config MACH_ARMADA_38X
select ARMADA_38X_CLK
select CPU_V7
select HAVE_ARM_SCU
- select HAVE_ARM_TWD
+ select HAVE_ARM_TWD
if SMP
select HAVE_SMP
select MACH_MVEBU_V7
select PINCTRL_ARMADA_38X