Skip to content

Commit

Permalink
[MIPS] Kconfig: Enable 64BIT_PHYS_ADDR only through select.
Browse files Browse the repository at this point in the history
The user should not have to have any clue about this setting.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent dc0366b commit d806cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions arch/mips/au1000/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ config SOC_AU1200

config SOC_AU1X00
bool
select 64BIT_PHYS_ADDR
select SYS_HAS_CPU_MIPS32_R1
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_APM_EMULATION
Expand Down

0 comments on commit d806cb2

Please sign in to comment.