aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorYoichi Yuasa <yuasa@linux-mips.org>2012-07-19 03:11:15 -0400
committerRalf Baechle <ralf@linux-mips.org>2012-07-19 05:23:43 -0400
commit7ee91de45a9a841ac59d597901e984b859b31bbe (patch)
tree61aa991116a17a2c703a513a77b4aff3b422866e /arch/mips/Kconfig
parentb96b62db8cec46693e192f31c2c14147212530fc (diff)
MIPS: Cavium: Fix duplicate ARCH_SPARSEMEM_ENABLE in kconfig.
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3883/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 09ab87ee6fef..5eb8c932fe53 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1423,6 +1423,7 @@ config CPU_SB1
1423config CPU_CAVIUM_OCTEON 1423config CPU_CAVIUM_OCTEON
1424 bool "Cavium Octeon processor" 1424 bool "Cavium Octeon processor"
1425 depends on SYS_HAS_CPU_CAVIUM_OCTEON 1425 depends on SYS_HAS_CPU_CAVIUM_OCTEON
1426 select ARCH_SPARSEMEM_ENABLE
1426 select CPU_HAS_PREFETCH 1427 select CPU_HAS_PREFETCH
1427 select CPU_SUPPORTS_64BIT_KERNEL 1428 select CPU_SUPPORTS_64BIT_KERNEL
1428 select SYS_SUPPORTS_SMP 1429 select SYS_SUPPORTS_SMP