diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-03 18:56:16 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:06 -0400 |
| commit | 875d43e72b5bf22161a81de7554f88eccf8a51ae (patch) | |
| tree | a676fe7298b478b7ee9fe7be9cb07c9a0b928370 | |
| parent | 63fb6fd1c86181d9dd9ba0e6e6082799e149b56b (diff) | |
[PATCH] mips: clean up 32/64-bit configuration
Start cleaning 32-bit vs. 64-bit configuration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
110 files changed, 330 insertions, 319 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 77ba9ffdf463..d892a23fa978 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
| @@ -4,26 +4,37 @@ config MIPS | |||
| 4 | # Horrible source of confusion. Die, die, die ... | 4 | # Horrible source of confusion. Die, die, die ... |
| 5 | select EMBEDDED | 5 | select EMBEDDED |
| 6 | 6 | ||
| 7 | config MIPS64 | 7 | mainmenu "Linux/MIPS Kernel Configuration" |
| 8 | bool "64-bit kernel" | 8 | |
| 9 | source "init/Kconfig" | ||
| 10 | |||
| 11 | menu "Kernel type" | ||
| 12 | |||
| 13 | choice | ||
| 14 | |||
| 15 | prompt "Kernel code model" | ||
| 9 | help | 16 | help |
| 10 | Select this option if you want to build a 64-bit kernel. You should | 17 | You should only select this option if you have a workload that |
| 11 | only select this option if you have hardware that actually has a | 18 | |
