Commit c07f63b3 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Allow LBD on architectures that support it

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...
parent 71380949
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment