Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588270 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2017-02-26 04:10 +0100 |
| Last post | 2017-02-26 04:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] ARM: oxnas: remove redundant select CPU_V6K Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-02-26 04:10 +0100
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-02-26 04:10 +0100 |
| Subject | [PATCH] ARM: oxnas: remove redundant select CPU_V6K |
| Message-ID | <teXnH-Bh-3@gated-at.bofh.it> |
MACH_OX820 depends on ARCH_MULTI_V6, which already selects CPU_V6K. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/mach-oxnas/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig index 8fa4557..e3610c5 100644 --- a/arch/arm/mach-oxnas/Kconfig +++ b/arch/arm/mach-oxnas/Kconfig @@ -28,7 +28,6 @@ config MACH_OX820 depends on ARCH_MULTI_V6 select ARM_GIC select DMA_CACHE_RWFO if SMP - select CPU_V6K select HAVE_SMP select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web