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 /drivers/block/Kconfig | |
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>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index b594768b0241..879036d4b30b 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -455,7 +455,7 @@ config INITRAMFS_ROOT_GID | |||
455 | #for instance. | 455 | #for instance. |
456 | config LBD | 456 | config LBD |
457 | bool "Support for Large Block Devices" | 457 | bool "Support for Large Block Devices" |
458 | depends on X86 || MIPS32 || PPC32 || ARCH_S390_31 || SUPERH || UML | 458 | depends on X86 || (MIPS && 32BIT) || PPC32 || ARCH_S390_31 || SUPERH || UML |
459 | help | 459 | help |
460 | Say Y here if you want to attach large (bigger than 2TB) discs to | 460 | Say Y here if you want to attach large (bigger than 2TB) discs to |
461 | your machine, or if you want to have a raid or loopback device | 461 | your machine, or if you want to have a raid or loopback device |