diff options
author | David Howells <dhowells@redhat.com> | 2006-12-05 12:01:28 -0500 |
---|---|---|
committer | David Howells <dhowells@warthog.cambridge.redhat.com> | 2006-12-05 12:01:28 -0500 |
commit | 9db73724453a9350e1c22dbe732d427e2939a5c9 (patch) | |
tree | 15e3ead6413ae97398a54292acc199bee0864d42 /block/Kconfig | |
parent | 4c1ac1b49122b805adfa4efc620592f68dccf5db (diff) | |
parent | e62438630ca37539c8cc1553710bbfaa3cf960a7 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/ata/libata-scsi.c
include/linux/libata.h
Futher merge of Linus's head and compilation fixups.
Signed-Off-By: David Howells <dhowells@redhat.com>
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/block/Kconfig b/block/Kconfig index 83766a6bdee2..a50f48111647 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -19,11 +19,9 @@ config BLOCK | |||
19 | 19 | ||
20 | if BLOCK | 20 | if BLOCK |
21 | 21 | ||
22 | #XXX - it makes sense to enable this only for 32-bit subarch's, not for x86_64 | ||
23 | #for instance. | ||
24 | config LBD | 22 | config LBD |
25 | bool "Support for Large Block Devices" | 23 | bool "Support for Large Block Devices" |
26 | depends on X86 || (MIPS && 32BIT) || PPC32 || (S390 && !64BIT) || SUPERH || UML | 24 | depends on !64BIT |
27 | help | 25 | help |
28 | Say Y here if you want to attach large (bigger than 2TB) discs to | 26 | Say Y here if you want to attach large (bigger than 2TB) discs to |
29 | your machine, or if you want to have a raid or loopback device | 27 | your machine, or if you want to have a raid or loopback device |
@@ -44,7 +42,7 @@ config BLK_DEV_IO_TRACE | |||
44 | 42 | ||
45 | config LSF | 43 | config LSF |
46 | bool "Support for Large Single Files" | 44 | bool "Support for Large Single Files" |
47 | depends on X86 || (MIPS && 32BIT) || PPC32 || ARCH_S390_31 || SUPERH || UML | 45 | depends on !64BIT |
48 | help | 46 | help |
49 | Say Y here if you want to be able to handle very large files (bigger | 47 | Say Y here if you want to be able to handle very large files (bigger |
50 | than 2TB), otherwise say N. | 48 | than 2TB), otherwise say N. |