
From: Milton Miller <miltonm@bga.com>

Enable the CONFIG_LBD option for the architectures which appear to support
it.

It is not actually tested for those architectures, but it's not likely to
be unless we do this...



 drivers/block/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/block/Kconfig~CONFIG_LBD-other-archs drivers/block/Kconfig
--- 25/drivers/block/Kconfig~CONFIG_LBD-other-archs	2003-07-11 19:33:49.000000000 -0700
+++ 25-akpm/drivers/block/Kconfig	2003-07-11 19:33:49.000000000 -0700
@@ -339,7 +339,7 @@ config BLK_DEV_INITRD
 
 config LBD
 	bool "Support for Large Block Devices"
-	depends on X86
+	depends on X86 || MIPS32 || PPC32 || ARCH_S390_31 || SUPERH
 	help
 	  Say Y here if you want to attach large (bigger than 2TB) discs to
 	  your machine, or if you want to have a raid or loopback device

_
