diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-12-22 20:16:44 -0500 |
---|---|---|
committer | <ralf@denk.linux-mips.net> | 2006-01-10 08:39:08 -0500 |
commit | 948928add5b64abd314bc196ac9442618e751487 (patch) | |
tree | 99acb7120981fb433218c38f73f29b094d6bd2e6 /arch | |
parent | 7043ad4f4c81914ca9e2cd2208c8f4801ed63735 (diff) |
MIPS: R2: Set 64BIT_PHYS_ADDR for R2 processor also.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b5572f67118f..c3e852e9953e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1471,7 +1471,7 @@ config SB1_PASS_2_1_WORKAROUNDS | |||
1471 | 1471 | ||
1472 | config 64BIT_PHYS_ADDR | 1472 | config 64BIT_PHYS_ADDR |
1473 | bool "Support for 64-bit physical address space" | 1473 | bool "Support for 64-bit physical address space" |
1474 | depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32_R1 || CPU_MIPS64_R1) && 32BIT | 1474 | depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT |
1475 | 1475 | ||
1476 | config CPU_ADVANCED | 1476 | config CPU_ADVANCED |
1477 | bool "Override CPU Options" | 1477 | bool "Override CPU Options" |