summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle2007-08-02 01:36:08 +0200
committerRalf Baechle2007-08-27 03:16:49 +0200
commitd806cb2b601c0d6c55b29e1ef9ca2f96f499ea1c (patch)
tree5c9f975595cdbaf7464af829294fa22b852e195e /arch/mips/Kconfig
parent[MIPS] SMTC: Fix secondary VPE interrupt mask initialization. (diff)
downloadkernel-qcow2-linux-d806cb2b601c0d6c55b29e1ef9ca2f96f499ea1c.tar.gz
kernel-qcow2-linux-d806cb2b601c0d6c55b29e1ef9ca2f96f499ea1c.tar.xz
kernel-qcow2-linux-d806cb2b601c0d6c55b29e1ef9ca2f96f499ea1c.zip
[MIPS] Kconfig: Enable 64BIT_PHYS_ADDR only through select.
The user should not have to have any clue about this setting. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3b404b7dfa39..f08c73527a0e 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1427,8 +1427,7 @@ config SB1_PASS_2_1_WORKAROUNDS
default y
config 64BIT_PHYS_ADDR
- bool "Support for 64-bit physical address space"
- depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
+ bool
config CPU_HAS_LLSC
bool