projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23dbd13
)
ARM: prima2: remove redundant select CPU_V7
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sun, 26 Feb 2017 03:07:00 +0000
(12:07 +0900)
committer
Olof Johansson
<olof@lixom.net>
Mon, 19 Jun 2017 02:13:47 +0000
(19:13 -0700)
<linux@armlinux.org.uk>, Barry Song <baohua@kernel.org>,
linux-kernel@vger.kernel.org
ARCH_ATLAS7 resides in "if ARCH_SIRF ... end", and ARCH_SIRF depends
on ARCH_MULTI_V7, which selects CPU_V7.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-prima2/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-prima2/Kconfig
b/arch/arm/mach-prima2/Kconfig
index 85e874a973370facfa5a2e84cd10894279833be2..7426211bddaf9bf08d497b6e4220d0ff7286d3ca 100644
(file)
--- a/
arch/arm/mach-prima2/Kconfig
+++ b/
arch/arm/mach-prima2/Kconfig
@@
-27,7
+27,6
@@
config ARCH_ATLAS7
bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
default y
select ARM_GIC
- select CPU_V7
select ATLAS7_TIMER
select HAVE_ARM_SCU if SMP
select HAVE_SMP