[PATCH] config: Fix CONFIG_LFS option
- From: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx>
- Date: Tue, 28 Mar 2006 17:18:39 -0500
The help text says that if you select CONFIG_LBD, then it will
automatically select CONFIG_LFS. Nope... That isn't currently the
case.
- Fix CONFIG_LBD to automatically select CONFIG_LFS
- Get rid of the cruft in the help text mentioning CONFIG_LBD
- Tell unsure users to select CONFIG_LFS.
Signed-off-by: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx>
---
block/Kconfig | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/block/Kconfig b/block/Kconfig
index 5536839..8b4762c 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -6,6 +6,7 @@ #for instance.
config LBD
bool "Support for Large Block Devices"
depends on X86 || (MIPS && 32BIT) || PPC32 || (S390 && !64BIT) || SUPERH || UML
+ select LSF
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
@@ -27,10 +28,10 @@ config BLK_DEV_IO_TRACE
config LSF
bool "Support for Large Single Files"
depends on X86 || (MIPS && 32BIT) || PPC32 || ARCH_S390_31 || SUPERH || UML
- default n
- help
- When CONFIG_LBD is disabled, say Y here if you want to
- handle large file(bigger than 2TB), otherwise say N.
- When CONFIG_LBD is enabled, Y is set automatically.
+ help
+ Say Y here if you want to be able to handle very large files (bigger
+ than 2TB), otherwise say N.
+
+ If unsure, say Y.
source block/Kconfig.iosched
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] config: Fix CONFIG_LFS option
- From: Linus Torvalds
- Re: [PATCH] config: Fix CONFIG_LFS option
- Prev by Date: Re: [RFC] Virtualization steps
- Next by Date: Re: [PATCH 2.6.16-mm2] Kconfig SND_SEQUENCER_OSS help text fix
- Previous by thread: boot hang in 2.6.16-rt[7-10]
- Next by thread: Re: [PATCH] config: Fix CONFIG_LFS option
- Index(es):
Relevant Pages
- [PATCH] Still more typo fixes for RC1
... bool "Simtec Electronics ANUBIS" ... config MACH_OSIRIS ... This
adds DVB-T support for cards based on the ... (Linux-Kernel) - RE: WCF hosted in a webservice
... As for the additional "xxxSpecified" parameter, I think it is a webservice ...
You can try replace the "bool" type with another reference ... MyResult CanRunRef(string
AppName, string Username, string Function); ... Microsoft MSDN Online Support Lead ...
(microsoft.public.dotnet.framework.webservices) - [PATCH try #1] Kconfig: cleanup block/Kconfig help descriptions
... the block layer is removed when the option ... I'm not sure why LSF has
"If unsure, ... bool "Enable the block layer" if EMBEDDED ... bool "Support
for Large Block Devices" ... (Linux-Kernel) - [PATCH 04/10] x86: add X86_32 dependency to i386 specific symbols in Kconfig.i386
... bool "AMD Elan" ... config X86_VOYAGER ... bool "Support
for other sub-arch SMP systems with more than 8 CPUs" ... It is intended for a generic binary
kernel. ... (Linux-Kernel) - [PATCH] updated proper-backlight-selection-for-fbdev-drivers.patch
... Here is the updated patch for proper backlight selection. ... bool "Enable
firmware EDID" ... tristate "Support for frame buffer devices" ... +config
FIRMWARE_EDID ... (Linux-Kernel)