MIPS: R2: Set 64BIT_PHYS_ADDR for R2 processor also. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Ralf Baechle and committed by
948928ad 7043ad4f

+1 -1
+1 -1
arch/mips/Kconfig
··· 1471 1471 1472 1472 config 64BIT_PHYS_ADDR 1473 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 1476 config CPU_ADVANCED 1477 1477 bool "Override CPU Options"