From: EGRY Gabor Here are some Kconfig fixes: - typo fixes - unused token removes (empty or duplicated 'help') - non ASCII characters replaces - e-mail address and URL format corrections Signed-off-by: Andrew Morton --- 25-sparc64-akpm/arch/arm/Kconfig | 4 ++-- 25-sparc64-akpm/arch/arm/mach-footbridge/Kconfig | 2 +- 25-sparc64-akpm/arch/arm/mach-ixp2000/Kconfig | 10 +++++----- 25-sparc64-akpm/arch/arm/mach-ixp4xx/Kconfig | 12 ++++++------ 25-sparc64-akpm/arch/arm/mach-s3c2410/Kconfig | 8 ++++---- 25-sparc64-akpm/arch/arm/mm/Kconfig | 2 +- 25-sparc64-akpm/arch/arm26/Kconfig | 1 - 25-sparc64-akpm/arch/cris/arch-v10/drivers/Kconfig | 2 +- 25-sparc64-akpm/arch/i386/Kconfig | 1 - 25-sparc64-akpm/arch/i386/kernel/cpu/cpufreq/Kconfig | 2 +- 25-sparc64-akpm/arch/m68k/Kconfig | 4 ++-- 25-sparc64-akpm/arch/ppc/8xx_io/Kconfig | 2 +- 25-sparc64-akpm/arch/ppc/Kconfig | 2 +- 25-sparc64-akpm/arch/ppc64/Kconfig | 2 +- 25-sparc64-akpm/arch/sh/Kconfig | 8 ++++---- 25-sparc64-akpm/arch/um/Kconfig | 4 ++-- 25-sparc64-akpm/crypto/Kconfig | 18 +++++++++--------- 25-sparc64-akpm/drivers/acpi/Kconfig | 6 +++--- 25-sparc64-akpm/drivers/block/Kconfig | 4 ++-- 25-sparc64-akpm/drivers/block/paride/Kconfig | 2 +- 25-sparc64-akpm/drivers/cdrom/Kconfig | 2 +- 25-sparc64-akpm/drivers/char/ipmi/Kconfig | 2 +- 25-sparc64-akpm/drivers/firmware/Kconfig | 4 ++-- 25-sparc64-akpm/drivers/i2c/busses/Kconfig | 5 +---- 25-sparc64-akpm/drivers/input/Kconfig | 2 +- 25-sparc64-akpm/drivers/input/joystick/iforce/Kconfig | 3 ++- 25-sparc64-akpm/drivers/input/misc/Kconfig | 1 - 25-sparc64-akpm/drivers/input/mouse/Kconfig | 6 +++--- 25-sparc64-akpm/drivers/isdn/i4l/Kconfig | 2 +- 25-sparc64-akpm/drivers/isdn/tpam/Kconfig | 2 +- 25-sparc64-akpm/drivers/md/Kconfig | 2 +- 25-sparc64-akpm/drivers/media/dvb/dibusb/Kconfig | 4 ++-- 25-sparc64-akpm/drivers/misc/Kconfig | 2 +- 25-sparc64-akpm/drivers/mtd/maps/Kconfig | 4 ++-- 25-sparc64-akpm/drivers/net/Kconfig | 18 +++++++++--------- 25-sparc64-akpm/drivers/net/arcnet/Kconfig | 2 +- 25-sparc64-akpm/drivers/net/wan/Kconfig | 4 ++-- 25-sparc64-akpm/drivers/net/wireless/Kconfig | 2 +- 25-sparc64-akpm/drivers/pci/Kconfig | 2 +- 25-sparc64-akpm/drivers/pnp/pnpbios/Kconfig | 2 +- 25-sparc64-akpm/drivers/s390/Kconfig | 2 +- 25-sparc64-akpm/drivers/scsi/Kconfig | 6 +++--- 25-sparc64-akpm/drivers/serial/Kconfig | 5 ++--- 25-sparc64-akpm/drivers/usb/input/Kconfig | 4 ++-- 25-sparc64-akpm/drivers/usb/misc/Kconfig | 1 - 25-sparc64-akpm/drivers/usb/storage/Kconfig | 2 +- 25-sparc64-akpm/drivers/video/Kconfig | 6 +++--- 25-sparc64-akpm/fs/Kconfig | 12 ++++++------ 25-sparc64-akpm/kernel/power/Kconfig | 2 +- 25-sparc64-akpm/net/Kconfig | 2 +- 25-sparc64-akpm/net/ipv4/netfilter/Kconfig | 17 ++++++++--------- 25-sparc64-akpm/net/ipv6/netfilter/Kconfig | 1 - 25-sparc64-akpm/net/irda/irnet/Kconfig | 2 +- 25-sparc64-akpm/security/Kconfig | 2 +- 25-sparc64-akpm/security/selinux/Kconfig | 2 +- 25-sparc64-akpm/sound/oss/Kconfig | 6 +++--- 25-sparc64-akpm/sound/pci/Kconfig | 6 +++--- 57 files changed, 118 insertions(+), 127 deletions(-) diff -puN arch/arm26/Kconfig~various-kconfig-fixes arch/arm26/Kconfig --- 25-sparc64/arch/arm26/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.031298624 -0800 +++ 25-sparc64-akpm/arch/arm26/Kconfig 2005-01-13 20:29:22.149280688 -0800 @@ -225,4 +225,3 @@ source "security/Kconfig" source "crypto/Kconfig" source "lib/Kconfig" - diff -puN arch/arm/Kconfig~various-kconfig-fixes arch/arm/Kconfig --- 25-sparc64/arch/arm/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.032298472 -0800 +++ 25-sparc64-akpm/arch/arm/Kconfig 2005-01-13 20:29:22.150280536 -0800 @@ -131,7 +131,7 @@ config ARCH_L7200 If you have any questions or comments about the Linux kernel port - to this board, send e-mail to sjhill@cotw.com. + to this board, send e-mail to . config ARCH_PXA bool "PXA2xx-based" @@ -149,7 +149,7 @@ config ARCH_S3C2410 bool "Samsung S3C2410" help Samsung S3C2410X CPU based systems, such as the Simtec Electronics - BAST (http://www.simtec.co.uk/products/EB110ITX/), the IPAQ 1940 or + BAST (), the IPAQ 1940 or the Samsung SMDK2410 development board (and derviatives). config ARCH_SHARK diff -puN arch/arm/mach-footbridge/Kconfig~various-kconfig-fixes arch/arm/mach-footbridge/Kconfig --- 25-sparc64/arch/arm/mach-footbridge/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.033298320 -0800 +++ 25-sparc64-akpm/arch/arm/mach-footbridge/Kconfig 2005-01-13 20:29:22.150280536 -0800 @@ -26,7 +26,7 @@ config ARCH_PERSONAL_SERVER If you have any questions or comments about the Compaq Personal - Server, send e-mail to skiff@crl.dec.com. + Server, send e-mail to . config ARCH_EBSA285_ADDIN bool "EBSA285 (addin mode)" diff -puN arch/arm/mach-ixp2000/Kconfig~various-kconfig-fixes arch/arm/mach-ixp2000/Kconfig --- 25-sparc64/arch/arm/mach-ixp2000/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.035298016 -0800 +++ 25-sparc64-akpm/arch/arm/mach-ixp2000/Kconfig 2005-01-13 20:29:22.151280384 -0800 @@ -14,21 +14,21 @@ config ARCH_ENP2611 help Say 'Y' here if you want your kernel to support the Radisys ENP2611 PCI network processing card. For more information on - this card, see Documentation/arm/ENP2611. + this card, see . config ARCH_IXDP2400 bool "Support Intel IXDP2400" help Say 'Y' here if you want your kernel to support the Intel IXDP2400 reference platform. For more information on - this platform, see Documentation/arm/IXP2000. + this platform, see . config ARCH_IXDP2800 bool "Support Intel IXDP2800" help Say 'Y' here if you want your kernel to support the Intel IXDP2800 reference platform. For more information on - this platform, see Documentation/arm/IXP2000. + this platform, see . config ARCH_IXDP2X00 bool @@ -40,14 +40,14 @@ config ARCH_IXDP2401 help Say 'Y' here if you want your kernel to support the Intel IXDP2401 reference platform. For more information on - this platform, see Documentation/arm/IXP2000. + this platform, see . config ARCH_IXDP2801 bool "Support Intel IXDP2801" help Say 'Y' here if you want your kernel to support the Intel IXDP2801 reference platform. For more information on - this platform, see Documentation/arm/IXP2000. + this platform, see . config ARCH_IXDP2X01 bool diff -puN arch/arm/mach-ixp4xx/Kconfig~various-kconfig-fixes arch/arm/mach-ixp4xx/Kconfig --- 25-sparc64/arch/arm/mach-ixp4xx/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.036297864 -0800 +++ 25-sparc64-akpm/arch/arm/mach-ixp4xx/Kconfig 2005-01-13 20:29:22.151280384 -0800 @@ -13,28 +13,28 @@ config ARCH_AVILA help Say 'Y' here if you want your kernel to support the Gateworks Avila Network Platform. For more information on this platform, - see Documentation/arm/IXP4xx. + see . config ARCH_ADI_COYOTE bool "Coyote" help Say 'Y' here if you want your kernel to support the ADI Engineering Coyote Gateway Reference Platform. For more - information on this platform, see Documentation/arm/IXP4xx. + information on this platform, see . config ARCH_IXDP425 bool "IXDP425" help Say 'Y' here if you want your kernel to support Intel's IXDP425 Development Platform (Also known as Richfield). - For more information on this platform, see Documentation/arm/IXP4xx. + For more information on this platform, see . config MACH_IXDPG425 bool "IXDPG425" help Say 'Y' here if you want your kernel to support Intel's IXDPG425 Development Platform (Also known as Montajade). - For more information on this platform, see Documentation/arm/IXP4xx. + For more information on this platform, see . config MACH_IXDP465 bool "IXDP465" @@ -59,7 +59,7 @@ config ARCH_PRPMC1100 help Say 'Y' here if you want your kernel to support the Motorola PrPCM1100 Processor Mezanine Module. For more information on - this platform, see Documentation/arm/IXP4xx. + this platform, see . # # Avila and IXDP share the same source for now. Will change in future @@ -87,7 +87,7 @@ config IXP4XX_INDIRECT_PCI 1) A direct mapped window from 0x48000000 to 0x4bffffff (64MB). To access PCI via this space, we simply ioremap() the BAR into the kernel and we can use the standard read[bwl]/write[bwl] - macros. This is the preffered method due to speed but it + macros. This is the preferred method due to speed but it limits the system to just 64MB of PCI memory. This can be problamatic if using video cards and other memory-heavy devices. diff -puN arch/arm/mach-s3c2410/Kconfig~various-kconfig-fixes arch/arm/mach-s3c2410/Kconfig --- 25-sparc64/arch/arm/mach-s3c2410/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.037297712 -0800 +++ 25-sparc64-akpm/arch/arm/mach-s3c2410/Kconfig 2005-01-13 20:29:22.152280232 -0800 @@ -41,7 +41,7 @@ config MACH_RX3715 help Say Y here if you are using the HP iPAQ rx3715. - See http://www.handhelds.org/projects/rx3715.html for more + See for more information on this project endmenu @@ -77,7 +77,7 @@ config S3C2410_DMA_DEBUG to the kernel log, at priority KERN_DEBUG. Note, it is easy to create and fill the log buffer in a small - amount of time, as well as using an significant percantage of + amount of time, as well as using an significant percentage of the CPU time doing so. @@ -115,9 +115,9 @@ config S3C2410_LOWLEVEL_UART_PORT Choice of which UART port to use for the low-level messages, such as the `Uncompressing...` at start time. The value of this configuration should be between zero and two. The port - must have been initalised by the boot-loader before use. + must have been initialised by the boot-loader before use. Note, this does not affect the port used by the debug messages, - which is a seperate configuration. + which is a separate configuration. endif diff -puN arch/arm/mm/Kconfig~various-kconfig-fixes arch/arm/mm/Kconfig --- 25-sparc64/arch/arm/mm/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.039297408 -0800 +++ 25-sparc64-akpm/arch/arm/mm/Kconfig 2005-01-13 20:29:22.152280232 -0800 @@ -394,7 +394,7 @@ config CPU_DCACHE_WRITETHROUGH depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020) && !CPU_DISABLE_DCACHE default y if CPU_ARM925T help - Say Y here to use the data cache in writethough mode. Unless you + Say Y here to use the data cache in writethrough mode. Unless you specifically require this or are unsure, say N. config CPU_CACHE_ROUND_ROBIN diff -puN arch/cris/arch-v10/drivers/Kconfig~various-kconfig-fixes arch/cris/arch-v10/drivers/Kconfig --- 25-sparc64/arch/cris/arch-v10/drivers/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.040297256 -0800 +++ 25-sparc64-akpm/arch/cris/arch-v10/drivers/Kconfig 2005-01-13 20:29:22.153280080 -0800 @@ -557,7 +557,7 @@ config ETRAX_IDE select DMA_NONPCI help Enable this to get support for ATA/IDE. - You can't use parallell ports or SCSI ports + You can't use paralell ports or SCSI ports at the same time. diff -puN arch/i386/Kconfig~various-kconfig-fixes arch/i386/Kconfig --- 25-sparc64/arch/i386/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.042296952 -0800 +++ 25-sparc64-akpm/arch/i386/Kconfig 2005-01-13 20:29:22.154279928 -0800 @@ -842,7 +842,6 @@ config EFI depends on ACPI default n ---help--- - This enables the the kernel to boot on EFI platforms using system configuration information passed to it from the firmware. This also enables the kernel to use any EFI runtime services that are diff -puN arch/i386/kernel/cpu/cpufreq/Kconfig~various-kconfig-fixes arch/i386/kernel/cpu/cpufreq/Kconfig --- 25-sparc64/arch/i386/kernel/cpu/cpufreq/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.043296800 -0800 +++ 25-sparc64-akpm/arch/i386/kernel/cpu/cpufreq/Kconfig 2005-01-13 20:29:22.155279776 -0800 @@ -175,7 +175,7 @@ config X86_CPUFREQ_NFORCE2 depends on CPU_FREQ && EXPERIMENTAL help This adds the CPUFreq driver for FSB changing on nVidia nForce2 - plattforms. + platforms. For details, take a look at . diff -puN arch/m68k/Kconfig~various-kconfig-fixes arch/m68k/Kconfig --- 25-sparc64/arch/m68k/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.045296496 -0800 +++ 25-sparc64-akpm/arch/m68k/Kconfig 2005-01-13 20:29:22.155279776 -0800 @@ -385,8 +385,8 @@ config STRAM_SWAP bool "Support for ST-RAM as swap space" depends on ATARI && BROKEN ---help--- - Some Atari 68k macines (including the 520STF and 1020STE) divide - their addressible memory into ST and TT sections. The TT section + Some Atari 68k machines (including the 520STF and 1020STE) divide + their addressable memory into ST and TT sections. The TT section (up to 512MB) is the main memory; the ST section (up to 4MB) is accessible to the built-in graphics board, runs slower, and is present mainly for backward compatibility with older machines. diff -puN arch/ppc64/Kconfig~various-kconfig-fixes arch/ppc64/Kconfig --- 25-sparc64/arch/ppc64/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.046296344 -0800 +++ 25-sparc64-akpm/arch/ppc64/Kconfig 2005-01-13 20:29:22.156279624 -0800 @@ -92,7 +92,7 @@ config PPC_MAPLE default n help This option enables support for the Maple 970FX Evaluation Board. - For more informations, refer to http://www.970eval.com + For more informations, refer to config PPC bool diff -puN arch/ppc/8xx_io/Kconfig~various-kconfig-fixes arch/ppc/8xx_io/Kconfig --- 25-sparc64/arch/ppc/8xx_io/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.047296192 -0800 +++ 25-sparc64-akpm/arch/ppc/8xx_io/Kconfig 2005-01-13 20:29:22.156279624 -0800 @@ -10,7 +10,7 @@ config SCC_ENET depends on NET_ETHERNET help Enable Ethernet support via the Motorola MPC8xx serial - commmunications controller. + communications controller. choice prompt "SCC used for Ethernet" diff -puN arch/ppc/Kconfig~various-kconfig-fixes arch/ppc/Kconfig --- 25-sparc64/arch/ppc/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.049295888 -0800 +++ 25-sparc64-akpm/arch/ppc/Kconfig 2005-01-13 20:29:22.157279472 -0800 @@ -348,7 +348,7 @@ config RPXLITE HERMES: Hermes-Pro ISDN/LAN router with integrated 8 x hub - Manufacturer: Multidata Gesellschaft für Datentechnik und Informatik + Manufacturer: Multidata Gesellschaft fur Datentechnik und Informatik Date of Release: 2000 (?) End of life: - diff -puN arch/sh/Kconfig~various-kconfig-fixes arch/sh/Kconfig --- 25-sparc64/arch/sh/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.050295736 -0800 +++ 25-sparc64-akpm/arch/sh/Kconfig 2005-01-13 20:29:22.158279320 -0800 @@ -41,25 +41,25 @@ config SH_SOLUTION_ENGINE bool "SolutionEngine" help Select SolutionEngine if configuring for a Hitachi SH7709 - or SH7750 evalutation board. + or SH7750 evaluation board. config SH_7751_SOLUTION_ENGINE bool "SolutionEngine7751" help Select 7751 SolutionEngine if configuring for a Hitachi SH7751 - evalutation board. + evaluation board. config SH_7300_SOLUTION_ENGINE bool "SolutionEngine7300" help Select 7300 SolutionEngine if configuring for a Hitachi SH7300(SH-Mobile V) - evalutation board. + evaluation board. config SH_73180_SOLUTION_ENGINE bool "SolutionEngine73180" help Select 73180 SolutionEngine if configuring for a Hitachi SH73180(SH-Mobile 3) - evalutation board. + evaluation board. config SH_7751_SYSTEMH bool "SystemH7751R" diff -puN arch/um/Kconfig~various-kconfig-fixes arch/um/Kconfig --- 25-sparc64/arch/um/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.051295584 -0800 +++ 25-sparc64-akpm/arch/um/Kconfig 2005-01-13 20:29:22.159279168 -0800 @@ -90,7 +90,7 @@ config NET should consider updating your networking tools too because changes in the kernel and the tools often go hand in hand. The tools are contained in the package net-tools, the location and version number - of which are given in Documentation/Changes. + of which are given in . For a general introduction to Linux networking, it is highly recommended to read the NET-HOWTO, available from @@ -130,7 +130,7 @@ config HPPFS by removing or changing anything in /proc which gives away the identity of a UML. - See http://user-mode-linux.sf.net/hppfs.html for more information. + See for more information. You only need this if you are setting up a UML honeypot. Otherwise, it is safe to say 'N' here. diff -puN crypto/Kconfig~various-kconfig-fixes crypto/Kconfig --- 25-sparc64/crypto/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.053295280 -0800 +++ 25-sparc64-akpm/crypto/Kconfig 2005-01-13 20:29:22.159279168 -0800 @@ -77,7 +77,7 @@ config CRYPTO_WP512 Whirlpool will be part of the ISO/IEC 10118-3:2003(E) standard See also: - http://planeta.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html + config CRYPTO_DES tristate "DES and Triple DES EDE cipher algorithms" @@ -102,7 +102,7 @@ config CRYPTO_BLOWFISH designed for use on "large microprocessors". See also: - http://www.schneier.com/blowfish.html + config CRYPTO_TWOFISH tristate "Twofish cipher algorithm" @@ -116,7 +116,7 @@ config CRYPTO_TWOFISH bits. See also: - http://www.schneier.com/twofish.html + config CRYPTO_SERPENT tristate "Serpent cipher algorithm" @@ -129,7 +129,7 @@ config CRYPTO_SERPENT variant of Serpent for compatibility with old kerneli code. See also: - http://www.cl.cam.ac.uk/~rja14/serpent.html + config CRYPTO_AES tristate "AES cipher algorithms" @@ -149,7 +149,7 @@ config CRYPTO_AES The AES specifies three key sizes: 128, 192 and 256 bits - See http://csrc.nist.gov/CryptoToolkit/aes/ for more information. + See for more information. config CRYPTO_AES_586 tristate "AES cipher algorithms (i586)" @@ -169,7 +169,7 @@ config CRYPTO_AES_586 The AES specifies three key sizes: 128, 192 and 256 bits - See http://csrc.nist.gov/encryption/aes/ for more information. + See for more information. config CRYPTO_CAST5 tristate "CAST5 (CAST-128) cipher algorithm" @@ -221,7 +221,7 @@ config CRYPTO_KHAZAD on 32-bit processors. Khazad uses an 128 bit key size. See also: - http://planeta.terra.com.br/informatica/paulobarreto/KhazadPage.html + config CRYPTO_ANUBIS tristate "Anubis cipher algorithm" @@ -234,8 +234,8 @@ config CRYPTO_ANUBIS in the NESSIE competition. See also: - https://www.cosic.esat.kuleuven.ac.be/nessie/reports/ - http://planeta.terra.com.br/informatica/paulobarreto/AnubisPage.html + + config CRYPTO_DEFLATE diff -puN drivers/acpi/Kconfig~various-kconfig-fixes drivers/acpi/Kconfig --- 25-sparc64/drivers/acpi/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.054295128 -0800 +++ 25-sparc64-akpm/drivers/acpi/Kconfig 2005-01-13 20:29:22.160279016 -0800 @@ -20,7 +20,7 @@ config ACPI kernel by about 70K. Linux ACPI provides a robust functional replacement for several - legacy configuration and power management intefaces, including + legacy configuration and power management interfaces, including the Plug-and-Play BIOS specification (PnP BIOS), the MultiProcessor Specification (MPS), and the Advanced Power Management (APM) specification. If both ACPI and APM support @@ -209,8 +209,8 @@ config ACPI_IBM This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds support for Fn-Fx key combinations, Bluetooth control, video output switching, ThinkLight control, UltraBay eject and more. - For more information about this driver see Documentation/ibm-acpi.txt - and http://ibm-acpi.sf.net/ . + For more information about this driver see + and . If you have an IBM ThinkPad laptop, say Y or M here. diff -puN drivers/block/Kconfig~various-kconfig-fixes drivers/block/Kconfig --- 25-sparc64/drivers/block/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.055294976 -0800 +++ 25-sparc64-akpm/drivers/block/Kconfig 2005-01-13 20:29:22.161278864 -0800 @@ -170,7 +170,7 @@ config CISS_SCSI_TAPE help When enabled (Y), this option allows SCSI tape drives and SCSI medium changers (tape robots) to be accessed via a Compaq 5xxx array - controller. (See Documentation/cciss.txt for more details.) + controller. (See for more details.) "SCSI support" and "SCSI tape support" must also be enabled for this option to work. @@ -196,7 +196,7 @@ config BLK_DEV_UMEM ---help--- Saying Y here will include support for the MM5415 family of battery backed (Non-volatile) RAM cards. - http://www.umem.com/ + The cards appear as block devices that can be partitioned into as many as 15 partitions. diff -puN drivers/block/paride/Kconfig~various-kconfig-fixes drivers/block/paride/Kconfig --- 25-sparc64/drivers/block/paride/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.057294672 -0800 +++ 25-sparc64-akpm/drivers/block/paride/Kconfig 2005-01-13 20:29:22.161278864 -0800 @@ -119,7 +119,7 @@ config PARIDE_BPCK before 1999 were Series 5) Series 5 drives will NOT always have the Series noted on the bottom of the drive. Series 6 drivers will. - In other words, if your BACKPACK drive dosen't say "Series 6" on the + In other words, if your BACKPACK drive doesn't say "Series 6" on the bottom, enable this option. If you chose to build PARIDE support into your kernel, you may diff -puN drivers/cdrom/Kconfig~various-kconfig-fixes drivers/cdrom/Kconfig --- 25-sparc64/drivers/cdrom/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.059294368 -0800 +++ 25-sparc64-akpm/drivers/cdrom/Kconfig 2005-01-13 20:29:22.162278712 -0800 @@ -18,7 +18,7 @@ config CD_NO_IDESCSI have, say Y and find out whether you have one of the following drives. - For each of these drivers, a file Documentation/cdrom/{driver_name} + For each of these drivers, a exists. Especially in cases where you do not know exactly which kind of drive you have you should read there. Most of these drivers use a file drivers/cdrom/{driver_name}.h where you can define your diff -puN drivers/char/ipmi/Kconfig~various-kconfig-fixes drivers/char/ipmi/Kconfig --- 25-sparc64/drivers/char/ipmi/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.060294216 -0800 +++ 25-sparc64-akpm/drivers/char/ipmi/Kconfig 2005-01-13 20:29:22.162278712 -0800 @@ -12,7 +12,7 @@ config IPMI_HANDLER IPMI is a standard for managing sensors (temperature, voltage, etc.) in a system. - See Documentation/IPMI.txt for more details on the driver. + See for more details on the driver. If unsure, say N. diff -puN drivers/firmware/Kconfig~various-kconfig-fixes drivers/firmware/Kconfig --- 25-sparc64/drivers/firmware/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.061294064 -0800 +++ 25-sparc64-akpm/drivers/firmware/Kconfig 2005-01-13 20:29:22.162278712 -0800 @@ -30,10 +30,10 @@ config EFI_VARS Note that using this driver in concert with efibootmgr requires at least test release version 0.5.0-test3 or later, which is available from Matt Domsch's website located at: - http://linux.dell.com/efibootmgr/testing/efibootmgr-0.5.0-test3.tar.gz + Subsequent efibootmgr releases may be found at: - http://linux.dell.com/efibootmgr + config EFI_PCDP bool "Console device selection via EFI PCDP or HCDP table" diff -puN drivers/i2c/busses/Kconfig~various-kconfig-fixes drivers/i2c/busses/Kconfig --- 25-sparc64/drivers/i2c/busses/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.063293760 -0800 +++ 25-sparc64-akpm/drivers/i2c/busses/Kconfig 2005-01-13 20:29:22.163278560 -0800 @@ -421,7 +421,7 @@ config I2C_STUB especially for certain kinds of sensor chips. If you do build this module, be sure to read the notes and warnings - in Documentation/i2c/i2c-stub. + in . If you don't know what to do here, definitely say N. @@ -430,7 +430,6 @@ config I2C_VIA depends on I2C && PCI && EXPERIMENTAL select I2C_ALGOBIT help - If you say yes to this option, support will be included for the VIA 82C586B I2C interface @@ -441,7 +440,6 @@ config I2C_VIAPRO tristate "VIA 82C596/82C686/823x" depends on I2C && PCI && EXPERIMENTAL help - If you say yes to this option, support will be included for the VIA 82C596/82C686/823x I2C interfaces. Specifically, the following chipsets are supported: @@ -461,7 +459,6 @@ config I2C_VOODOO3 depends on I2C && PCI && EXPERIMENTAL select I2C_ALGOBIT help - If you say yes to this option, support will be included for the Voodoo 3 I2C interface. diff -puN drivers/input/joystick/iforce/Kconfig~various-kconfig-fixes drivers/input/joystick/iforce/Kconfig --- 25-sparc64/drivers/input/joystick/iforce/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.064293608 -0800 +++ 25-sparc64-akpm/drivers/input/joystick/iforce/Kconfig 2005-01-13 20:29:22.163278560 -0800 @@ -27,5 +27,6 @@ config JOYSTICK_IFORCE_232 connected to your serial (COM) port. You will need an additional utility called inputattach, see - Documentation/input/joystick.txt and ff.txt. + + and . diff -puN drivers/input/Kconfig~various-kconfig-fixes drivers/input/Kconfig --- 25-sparc64/drivers/input/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.065293456 -0800 +++ 25-sparc64-akpm/drivers/input/Kconfig 2005-01-13 20:29:22.164278408 -0800 @@ -32,7 +32,7 @@ config INPUT_MOUSEDEV Say Y here if you want your mouse to be accessible as char devices 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an emulated IntelliMouse Explorer PS/2 mouse. That way, all user space - programs (includung SVGAlib, GPM and X) will be able to use your + programs (including SVGAlib, GPM and X) will be able to use your mouse. If unsure, say Y. diff -puN drivers/input/misc/Kconfig~various-kconfig-fixes drivers/input/misc/Kconfig --- 25-sparc64/drivers/input/misc/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.067293152 -0800 +++ 25-sparc64-akpm/drivers/input/misc/Kconfig 2005-01-13 20:29:22.164278408 -0800 @@ -5,7 +5,6 @@ config INPUT_MISC bool "Misc" depends on INPUT help - Say Y here, and a list of miscellaneous input drivers will be displayed. Everything that didn't fit into the other categories is here. This option doesn't affect the kernel. diff -puN drivers/input/mouse/Kconfig~various-kconfig-fixes drivers/input/mouse/Kconfig --- 25-sparc64/drivers/input/mouse/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.068293000 -0800 +++ 25-sparc64-akpm/drivers/input/mouse/Kconfig 2005-01-13 20:29:22.164278408 -0800 @@ -27,9 +27,9 @@ config MOUSE_PS2 Synaptics TouchPad users might be interested in a specialized XFree86 driver at: - http://w1.894.telia.com/~u89404340/touchpad/index.html - and a new verion of GPM at: - http://www.geocities.com/dt_or/gpm/gpm.html + + and a new version of GPM at: + to take advantage of the advanced features of the touchpad. If unsure, say Y. diff -puN drivers/isdn/i4l/Kconfig~various-kconfig-fixes drivers/isdn/i4l/Kconfig --- 25-sparc64/drivers/isdn/i4l/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.069292848 -0800 +++ 25-sparc64-akpm/drivers/isdn/i4l/Kconfig 2005-01-13 20:29:22.165278256 -0800 @@ -58,7 +58,7 @@ config ISDN_AUDIO help If you say Y here, the modem-emulator will support a subset of the EIA Class 8 Voice commands. Using a getty with voice-support - (mgetty+sendfax by gert@greenie.muc.de with an extension, available + (mgetty+sendfax by with an extension, available with the ISDN utility package for example), you will be able to use your Linux box as an ISDN-answering machine. Of course, this must be supported by the lowlevel driver also. Currently, the HiSax driver diff -puN drivers/isdn/tpam/Kconfig~various-kconfig-fixes drivers/isdn/tpam/Kconfig --- 25-sparc64/drivers/isdn/tpam/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.070292696 -0800 +++ 25-sparc64-akpm/drivers/isdn/tpam/Kconfig 2005-01-13 20:29:22.165278256 -0800 @@ -11,5 +11,5 @@ config ISDN_DRV_TPAM to be downloaded into the card using a utility which is distributed separately from the Auvertech's web site: . - Please redirect all support questions to support@auvertech.fr. + Please redirect all support questions to . diff -puN drivers/md/Kconfig~various-kconfig-fixes drivers/md/Kconfig --- 25-sparc64/drivers/md/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.072292392 -0800 +++ 25-sparc64-akpm/drivers/md/Kconfig 2005-01-13 20:29:22.165278256 -0800 @@ -200,7 +200,7 @@ config DM_CRYPT Information on how to use dm-crypt can be found on - http://www.saout.de/misc/dm-crypt/ + To compile this code as a module, choose M here: the module will be called dm-crypt. diff -puN drivers/media/dvb/dibusb/Kconfig~various-kconfig-fixes drivers/media/dvb/dibusb/Kconfig --- 25-sparc64/drivers/media/dvb/dibusb/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.073292240 -0800 +++ 25-sparc64-akpm/drivers/media/dvb/dibusb/Kconfig 2005-01-13 20:29:22.166278104 -0800 @@ -6,7 +6,7 @@ config DVB_DIBUSB select DVB_DIB3000MC help Support for USB 1.1 and 2.0 DVB-T devices based on reference designs made by - DiBcom (http://www.dibcom.fr). + DiBcom (). Devices supported by this driver: @@ -27,7 +27,7 @@ config DVB_DIBUSB These devices can be understood as budget ones, they "only" deliver (a part of) the MPEG2 transport stream. - A firmware is needed to get the device working. See Documentation/dvb/README.dibusb + A firmware is needed to get the device working. See details. Say Y if you own such a device and want to use it. You should build it as diff -puN drivers/misc/Kconfig~various-kconfig-fixes drivers/misc/Kconfig --- 25-sparc64/drivers/misc/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.074292088 -0800 +++ 25-sparc64-akpm/drivers/misc/Kconfig 2005-01-13 20:29:22.166278104 -0800 @@ -22,7 +22,7 @@ config IBM_ASM WARNING: This software may not be supported or function correctly on your IBM server. Please consult the IBM ServerProven - website http://www.pc.ibm/ww/eserver/xseries/serverproven for + website for information on the specific driver level and support statement for your IBM server. diff -puN drivers/mtd/maps/Kconfig~various-kconfig-fixes drivers/mtd/maps/Kconfig --- 25-sparc64/drivers/mtd/maps/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.076291784 -0800 +++ 25-sparc64-akpm/drivers/mtd/maps/Kconfig 2005-01-13 20:29:22.167277952 -0800 @@ -354,7 +354,7 @@ config MTD_CFI_FLAGADM tristate "CFI Flash device mapping on FlagaDM" depends on PPC32 && 8xx && MTD_CFI help - Mapping for the Flaga digital module. If you don´t have one, ignore + Mapping for the Flaga digital module. If you don't have one, ignore this setting. config MTD_BEECH @@ -417,7 +417,7 @@ config MTD_CSTM_MIPS_IXX tristate "Flash chip mapping on ITE QED-4N-S01B, Globespan IVR or custom board" depends on MIPS && MTD_CFI && MTD_JEDECPROBE && MTD_PARTITIONS help - This provides a mapping driver for the Integrated Tecnology + This provides a mapping driver for the Integrated Technology Express, Inc (ITE) QED-4N-S01B eval board and the Globespan IVR Reference Board. It provides the necessary addressing, length, buswidth, vpp code and addition setup of the flash device for diff -puN drivers/net/arcnet/Kconfig~various-kconfig-fixes drivers/net/arcnet/Kconfig --- 25-sparc64/drivers/net/arcnet/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.077291632 -0800 +++ 25-sparc64-akpm/drivers/net/arcnet/Kconfig 2005-01-13 20:29:22.167277952 -0800 @@ -110,7 +110,7 @@ config ARCNET_RIM_I This is yet another chipset driver for the COM90xx cards, but this time only using memory-mapped mode, and no IO ports at all. This driver is completely untested, so if you have one of these cards, - please mail dwmw2@infradead.org, especially if it works! + please mail , especially if it works! To compile this driver as a module, choose M here and read . The module will diff -puN drivers/net/Kconfig~various-kconfig-fixes drivers/net/Kconfig --- 25-sparc64/drivers/net/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.079291328 -0800 +++ 25-sparc64-akpm/drivers/net/Kconfig 2005-01-13 20:29:22.170277496 -0800 @@ -1413,13 +1413,13 @@ config E100 Use the above information and the Adapter & Driver ID Guide at: - http://support.intel.com/support/network/adapter/pro100/21397.htm + to identify the adapter. For the latest Intel PRO/100 network driver for Linux, see: - http://appsr.intel.com/scripts-df/support_intel.asp + More specific information on configuring the driver is in . @@ -1660,7 +1660,7 @@ config TLAN . The module will be called tlan. - Please email feedback to torben.mathiasen@compaq.com. + Please email feedback to . config VIA_RHINE tristate "VIA Rhine support" @@ -2050,14 +2050,14 @@ config SK98LIN The dual link adapters support link-failover and dual port features. Both Marvell Yukon and SysKonnect SK-98xx/SK-95xx adapters support the scatter-gather functionality with sendfile(). Please refer to - Documentation/networking/sk98lin.txt for more information about + for more information about optional driver parameters. Questions concerning this driver may be addressed to: - linux@syskonnect.de + If you want to compile this driver as a module ( = code which can be inserted in and removed from the running kernel whenever you want), - say M here and read Documentation/kbuild/modules.txt. The module will + say M here and read . The module will be called sk98lin. This is recommended. config VIA_VELOCITY @@ -2266,7 +2266,7 @@ config SKFP the driver. Questions concerning this driver can be addressed to: - linux@syskonnect.de + To compile this driver as a module, choose M here: the module will be called skfp. This is recommended. @@ -2462,7 +2462,7 @@ config PPPOE This driver requires the latest version of pppd from the CVS repository at cvs.samba.org. Alternatively, see the - RoaringPenguin package (http://www.roaringpenguin.com/pppoe) + RoaringPenguin package () which contains instruction on how to use this driver (under the heading "Kernel mode PPPoE"). @@ -2590,5 +2590,5 @@ config NETCONSOLE depends on NETDEVICES && EXPERIMENTAL ---help--- If you want to log kernel messages over the network, enable this. - See Documentation/networking/netconsole.txt for details. + See for details. diff -puN drivers/net/wan/Kconfig~various-kconfig-fixes drivers/net/wan/Kconfig --- 25-sparc64/drivers/net/wan/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.080291176 -0800 +++ 25-sparc64-akpm/drivers/net/wan/Kconfig 2005-01-13 20:29:22.171277344 -0800 @@ -109,7 +109,7 @@ config LANMEDIA V.24, V.35 or V.36 interface) to your Linux box. - LMC 1200 with on board DSU board allows you to connect your Linux - box dirrectly to a T1 or E1 circuit. + box directly to a T1 or E1 circuit. - LMC 5200 board provides a HSSI interface capable of running up to 52 Mbits per second. @@ -459,7 +459,7 @@ config WANPIPE_FR depends on VENDOR_SANGOMA help Connect a WANPIPE card to a Frame Relay network, or use Frame Felay - API to develope custom applications. + API to develop custom applications. Contains the Ethernet Bridging over Frame Relay feature, where a WANPIPE frame relay link can be directly connected to the Linux diff -puN drivers/net/wireless/Kconfig~various-kconfig-fixes drivers/net/wireless/Kconfig --- 25-sparc64/drivers/net/wireless/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.081291024 -0800 +++ 25-sparc64-akpm/drivers/net/wireless/Kconfig 2005-01-13 20:29:22.171277344 -0800 @@ -235,7 +235,7 @@ config ATMEL one of these, you will need to provide a firmware image to be loaded into the card by the driver. The Atmel firmware package can be downloaded from - http://www.thekelleys.org.uk/atmel + config PCI_ATMEL tristate "Atmel at76c506 PCI cards" diff -puN drivers/pci/Kconfig~various-kconfig-fixes drivers/pci/Kconfig --- 25-sparc64/drivers/pci/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.083290720 -0800 +++ 25-sparc64-akpm/drivers/pci/Kconfig 2005-01-13 20:29:22.172277192 -0800 @@ -25,7 +25,7 @@ config PCI_LEGACY_PROC lspci can provide the same data, as well as much more. lspci is a part of the pci-utils package, which should be installed by your distribution. - See Documentation/Changes for information on where to get the latest + See for information on where to get the latest version. When in doubt, say N. diff -puN drivers/pnp/pnpbios/Kconfig~various-kconfig-fixes drivers/pnp/pnpbios/Kconfig --- 25-sparc64/drivers/pnp/pnpbios/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.093289200 -0800 +++ 25-sparc64-akpm/drivers/pnp/pnpbios/Kconfig 2005-01-13 20:29:22.172277192 -0800 @@ -30,7 +30,7 @@ config PNPBIOS_PROC_FS able to directly access the PNPBIOS. This includes resource allocation, ESCD, and other PNPBIOS services. Using this interface is potentially dangerous because the PNPBIOS driver will - not be notified of any resource changes made by writting directly. + not be notified of any resource changes made by writing directly. Also some buggy systems will fault when accessing certain features in the PNPBIOS /proc interface (e.g. "boot" configs). diff -puN drivers/s390/Kconfig~various-kconfig-fixes drivers/s390/Kconfig --- 25-sparc64/drivers/s390/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.111286464 -0800 +++ 25-sparc64-akpm/drivers/s390/Kconfig 2005-01-13 20:29:22.172277192 -0800 @@ -162,7 +162,7 @@ config S390_TAPE_BLOCK devices using the block device interface. This interface is similar to CD-ROM devices on other platforms. The tapes can only be accessed read-only when using this interface. Have a look at - Documentation/s390/TAPE for further information about creating + for further information about creating volumes for and using this interface. It is safe to say "Y" here. comment "S/390 tape hardware support" diff -puN drivers/scsi/Kconfig~various-kconfig-fixes drivers/scsi/Kconfig --- 25-sparc64/drivers/scsi/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.112286312 -0800 +++ 25-sparc64-akpm/drivers/scsi/Kconfig 2005-01-13 20:29:22.174276888 -0800 @@ -791,7 +791,7 @@ config SCSI_IPS See for more information. If this driver does not work correctly without modification please contact the author by email at - ipslinux@adaptec.com. + . To compile this driver as a module, choose M here: the module will be called ips. @@ -1494,7 +1494,7 @@ config SCSI_DEBUG host adapter with one dummy SCSI disk. Each dummy disk uses kernel RAM as storage (i.e. it is a ramdisk). To save space when multiple dummy disks are simulated, they share the same kernel RAM for - their storage. See http://www.torque.net/sg/sdebug.html for more + their storage. See for more information. This driver is primarily of use to those testing the SCSI and block subsystems. If unsure, say N. @@ -1785,7 +1785,7 @@ config ZFCP This driver is also available as a module. This module will be called zfcp. If you want to compile it as a module, say M here - and read Documentation/modules.txt. + and read . endmenu diff -puN drivers/serial/Kconfig~various-kconfig-fixes drivers/serial/Kconfig --- 25-sparc64/drivers/serial/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.114286008 -0800 +++ 25-sparc64-akpm/drivers/serial/Kconfig 2005-01-13 20:29:22.175276736 -0800 @@ -321,7 +321,7 @@ config SERIAL_UART00 select SERIAL_CORE help Say Y here if you want to use the hard logic uart on Excalibur. This - driver also supports soft logic implentations of this uart core. + driver also supports soft logic implementations of this uart core. config SERIAL_UART00_CONSOLE bool "Support for console on Excalibur serial port" @@ -529,7 +529,6 @@ config SERIAL_IP22_ZILOG_CONSOLE bool "Console on IP22 Zilog8530 serial port" depends on SERIAL_IP22_ZILOG=y select SERIAL_CORE_CONSOLE - help config V850E_UART bool "NEC V850E on-chip UART support" @@ -641,7 +640,7 @@ config SERIAL_LH7A40X Sharp LH7A40X series CPUs. Choose Y or M. config SERIAL_LH7A40X_CONSOLE - bool "Support for connsole on Sharp LH7A40X serial port" + bool "Support for console on Sharp LH7A40X serial port" depends on SERIAL_LH7A40X=y select SERIAL_CORE_CONSOLE help diff -puN drivers/usb/input/Kconfig~various-kconfig-fixes drivers/usb/input/Kconfig --- 25-sparc64/drivers/usb/input/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.115285856 -0800 +++ 25-sparc64-akpm/drivers/usb/input/Kconfig 2005-01-13 20:29:22.176276584 -0800 @@ -200,7 +200,7 @@ config USB_EGALAX The driver has been tested on a Xenarc 700TSV monitor with eGalax touchscreen. - Have a look at http://linux.chapter7.ch/touchkit/ for + Have a look at for a usage description and the required user-space stuff. To compile this driver as a module, choose M here: the @@ -228,7 +228,7 @@ config USB_ATI_REMOTE These are RF remotes with USB receivers. The ATI remote comes with many of ATI's All-In-Wonder video cards. The X10 "Lola" remote is available at: - http://www.x10.com/products/lola_sg1.htm + This driver provides mouse pointer, left and right mouse buttons, and maps all the other remote buttons to keypress events. diff -puN drivers/usb/misc/Kconfig~various-kconfig-fixes drivers/usb/misc/Kconfig --- 25-sparc64/drivers/usb/misc/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.116285704 -0800 +++ 25-sparc64-akpm/drivers/usb/misc/Kconfig 2005-01-13 20:29:22.176276584 -0800 @@ -141,7 +141,6 @@ config USB_TEST tristate "USB testing driver (DEVELOPMENT)" depends on USB && USB_DEVICEFS && EXPERIMENTAL help - This driver is for testing host controller software. It is used with specialized device firmware for regression and stress testing, to help prevent problems from cropping up with "real" drivers. diff -puN drivers/usb/storage/Kconfig~various-kconfig-fixes drivers/usb/storage/Kconfig --- 25-sparc64/drivers/usb/storage/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.118285400 -0800 +++ 25-sparc64-akpm/drivers/usb/storage/Kconfig 2005-01-13 20:29:22.176276584 -0800 @@ -47,7 +47,7 @@ config USB_STORAGE_RW_DETECT Saying Y here allows these commands to be sent to a USB device. If you find a device this doesn't work for, switch to N and let - us know at usb-storage@lists.one-eyed-alien.net + us know at If you say N here, the kernel will assume that all disk-like USB devices are write-enabled. diff -puN drivers/video/Kconfig~various-kconfig-fixes drivers/video/Kconfig --- 25-sparc64/drivers/video/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.119285248 -0800 +++ 25-sparc64-akpm/drivers/video/Kconfig 2005-01-13 20:29:22.177276432 -0800 @@ -836,7 +836,7 @@ config FB_SIS depends on FB && PCI help This is the frame buffer device driver for the SiS 300, 315 and - 330 series VGA chipsets. Specs available at http://www.sis.com + 330 series VGA chipsets. Specs available at To compile this driver as a module, choose M here; the module will be called sisfb. @@ -905,7 +905,7 @@ config FB_VOODOO1 WARNING: Do not use any application that uses the 3D engine (namely glide) while using this driver. - Please read the file Documentation/fb/README-sstfb.txt for supported + Please read the for supported options and other important info support. config FB_TRIDENT @@ -1080,7 +1080,7 @@ config FB_PXA_PARAMETERS single model of flatpanel then you can safely leave this option disabled. - Documentation/fb/pxafb.txt describes the available parameters. + describes the available parameters. config FB_VIRTUAL tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" diff -puN fs/Kconfig~various-kconfig-fixes fs/Kconfig --- 25-sparc64/fs/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.121284944 -0800 +++ 25-sparc64-akpm/fs/Kconfig 2005-01-13 20:29:22.179276128 -0800 @@ -252,7 +252,7 @@ config JFS_FS select NLS help This is a port of IBM's Journaled Filesystem . More information is - available in the file Documentation/filesystems/jfs.txt. + available in the file . If you do not intend to use the JFS filesystem, say N. @@ -1001,10 +1001,10 @@ config BEFS_FS help The BeOS File System (BeFS) is the native file system of Be, Inc's BeOS. Notable features include support for arbitrary attributes - on files and directories, and database-like indices on selected + on files and directories, and database-like indeces on selected attributes. (Also note that this driver doesn't make those features available at this time). It is a 64 bit filesystem, so it supports - extreemly large volumes and files. + extremly large volumes and files. If you use this filesystem, you should also say Y to at least one of the NLS (native language support) options below. @@ -1154,7 +1154,7 @@ config JFFS2_ZLIB help Zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any computer - hardware and operating system. See http://www.gzip.org/zlib/ for + hardware and operating system. See for further information. Say 'Y' if unsure. @@ -1179,7 +1179,7 @@ choice depends on JFFS2_FS help You can set here the default compression mode of JFFS2 from - the avaiable compression modes. Don't touch if unsure. + the available compression modes. Don't touch if unsure. config JFFS2_CMODE_NONE bool "no compression" @@ -1756,7 +1756,7 @@ config AFS_FS If you say Y here, you will get an experimental Andrew File System driver. It currently only supports unsecured read-only AFS access. - See Documentation/filesystems/afs.txt for more intormation. + See for more intormation. If unsure, say N. diff -puN kernel/power/Kconfig~various-kconfig-fixes kernel/power/Kconfig --- 25-sparc64/kernel/power/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.122284792 -0800 +++ 25-sparc64-akpm/kernel/power/Kconfig 2005-01-13 20:29:22.180275976 -0800 @@ -48,7 +48,7 @@ config SOFTWARE_SUSPEND involved in suspending. Also in this case there is a risk that buffers on disk won't match with saved ones. - For more information take a look at Documentation/power/swsusp.txt. + For more information take a look at . config PM_STD_PARTITION string "Default resume partition" diff -puN net/ipv4/netfilter/Kconfig~various-kconfig-fixes net/ipv4/netfilter/Kconfig --- 25-sparc64/net/ipv4/netfilter/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.124284488 -0800 +++ 25-sparc64-akpm/net/ipv4/netfilter/Kconfig 2005-01-13 20:29:22.181275824 -0800 @@ -48,7 +48,7 @@ config IP_NF_CT_PROTO_SCTP be able to do state tracking on SCTP connections. If you want to compile it as a module, say M here and read - Documentation/modules.txt. If unsure, say `N'. + . If unsure, say `N'. config IP_NF_FTP tristate "FTP protocol support" @@ -313,7 +313,7 @@ config IP_NF_MATCH_ADDRTYPE eg. UNICAST, LOCAL, BROADCAST, ... If you want to compile it as a module, say M here and read - Documentation/modules.txt. If unsure, say `N'. + . If unsure, say `N'. config IP_NF_MATCH_REALM tristate 'realm match support' @@ -321,13 +321,13 @@ config IP_NF_MATCH_REALM select NET_CLS_ROUTE help This option adds a `realm' match, which allows you to use the realm - key from the routing subsytem inside iptables. + key from the routing subsystem inside iptables. This match pretty much resembles the CONFIG_NET_CLS_ROUTE4 option in tc world. If you want to compile it as a module, say M here and read - Documentation/modules.txt. If unsure, say `N'. + . If unsure, say `N'. config IP_NF_MATCH_SCTP tristate 'SCTP protocol match support' @@ -338,7 +338,7 @@ config IP_NF_MATCH_SCTP and SCTP chunk types. If you want to compile it as a module, say M here and read - Documentation/modules.txt. If unsure, say `N'. + . If unsure, say `N'. config IP_NF_MATCH_COMMENT tristate 'comment match support' @@ -348,7 +348,7 @@ config IP_NF_MATCH_COMMENT comments in your iptables ruleset. If you want to compile it as a module, say M here and read - Documentation/modules.txt. If unsure, say `N'. + . If unsure, say `N'. config IP_NF_MATCH_CONNMARK tristate 'Connection mark match support' @@ -358,7 +358,7 @@ config IP_NF_MATCH_CONNMARK connection mark value previously set for the session by `CONNMARK'. If you want to compile it as a module, say M here and read - Documentation/modules.txt. The module will be called + . The module will be called ipt_connmark.o. If unsure, say `N'. config IP_NF_MATCH_HASHLIMIT @@ -625,7 +625,7 @@ config IP_NF_TARGET_CONNMARK affects the connection mark value rather than the packet mark value. If you want to compile it as a module, say M here and read - Documentation/modules.txt. The module will be called + . The module will be called ipt_CONNMARK.o. If unsure, say `N'. config IP_NF_TARGET_CLUSTERIP @@ -649,7 +649,6 @@ config IP_NF_RAW If you want to compile it as a module, say M here and read . If unsure, say `N'. - help config IP_NF_TARGET_NOTRACK tristate 'NOTRACK target support' diff -puN net/ipv6/netfilter/Kconfig~various-kconfig-fixes net/ipv6/netfilter/Kconfig --- 25-sparc64/net/ipv6/netfilter/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.125284336 -0800 +++ 25-sparc64-akpm/net/ipv6/netfilter/Kconfig 2005-01-13 20:29:22.182275672 -0800 @@ -237,7 +237,6 @@ config IP6_NF_RAW If you want to compile it as a module, say M here and read . If unsure, say `N'. - help endmenu diff -puN net/irda/irnet/Kconfig~various-kconfig-fixes net/irda/irnet/Kconfig --- 25-sparc64/net/irda/irnet/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.126284184 -0800 +++ 25-sparc64-akpm/net/irda/irnet/Kconfig 2005-01-13 20:29:22.182275672 -0800 @@ -7,7 +7,7 @@ config IRNET called irnet. IrNET is a PPP driver, so you will also need a working PPP subsystem (driver, daemon and config)... - IrNET is an alternate way to tranfer TCP/IP traffic over IrDA. It + IrNET is an alternate way to transfer TCP/IP traffic over IrDA. It uses synchronous PPP over a set of point to point IrDA sockets. You can use it between Linux machine or with W2k. diff -puN net/Kconfig~various-kconfig-fixes net/Kconfig --- 25-sparc64/net/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.128283880 -0800 +++ 25-sparc64-akpm/net/Kconfig 2005-01-13 20:29:22.183275520 -0800 @@ -621,7 +621,7 @@ config NET_PKTGEN stress testing and performance analysis. If you don't understand what was just said, you don't need it: say N. - Documentation on how to use the packet generaor can be found + Documentation on how to use the packet generator can be found at . To compile this code as a module, choose M here: the diff -puN security/Kconfig~various-kconfig-fixes security/Kconfig --- 25-sparc64/security/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.135282816 -0800 +++ 25-sparc64-akpm/security/Kconfig 2005-01-13 20:29:22.183275520 -0800 @@ -80,7 +80,7 @@ config SECURITY_SECLVL select CRYPTO_SHA1 help Implements BSD Secure Levels as an LSM. See - Documentation/seclvl.txt for instructions on how to use this + for instructions on how to use this module. If you are unsure how to answer this question, answer N. diff -puN security/selinux/Kconfig~various-kconfig-fixes security/selinux/Kconfig --- 25-sparc64/security/selinux/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.142281752 -0800 +++ 25-sparc64-akpm/security/selinux/Kconfig 2005-01-13 20:29:22.184275368 -0800 @@ -34,7 +34,7 @@ config SECURITY_SELINUX_BOOTPARAM_VALUE 'selinux', which allows SELinux to be disabled at boot. If this option is set to 0 (zero), the SELinux kernel parameter will default to 0, disabling SELinux at bootup. If this option is - set to 1 (one), the SELinux kernel paramater will default to 1, + set to 1 (one), the SELinux kernel parameter will default to 1, enabling SELinux at bootup. If you are unsure how to answer this question, answer 1. diff -puN sound/oss/Kconfig~various-kconfig-fixes sound/oss/Kconfig --- 25-sparc64/sound/oss/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.144281448 -0800 +++ 25-sparc64-akpm/sound/oss/Kconfig 2005-01-13 20:29:22.185275216 -0800 @@ -423,7 +423,7 @@ config MSNDPIN_MPU_IRQ depends on MSNDPIN_NONPNP default "0" help - Iinterrupt request number for the Kurzweil daughterboard + Interrupt request number for the Kurzweil daughterboard synthesizer on MultiSound Pinnacle and Fiji sound cards. config MSNDPIN_IDE_IO0 @@ -1081,8 +1081,8 @@ config SOUND_RME96XX depends on SOUND_PRIME!=n && PCI help Say Y or M if you have a Hammerfall or Hammerfall light - multichannel card from RME. If you want to acess advanced - features of the card, read Documentation/sound/oss/rme96xx. + multichannel card from RME. If you want to access advanced + features of the card, read . config SOUND_AD1980 tristate "AD1980 front/back switch plugin" diff -puN sound/pci/Kconfig~various-kconfig-fixes sound/pci/Kconfig --- 25-sparc64/sound/pci/Kconfig~various-kconfig-fixes 2005-01-13 20:29:22.145281296 -0800 +++ 25-sparc64-akpm/sound/pci/Kconfig 2005-01-13 20:29:22.185275216 -0800 @@ -54,7 +54,7 @@ config SND_AU8810 Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 3D support code is in place, but not yet useable. For more info, - email the ALSA developer list, or mjander@users.sourceforge.net. + email the ALSA developer list, or . To compile this driver as a module, choose M here: the module will be called snd-au8810. @@ -68,7 +68,7 @@ config SND_AU8820 Say Y here to include support for Aureal Vortex soundcards. Supported features: Hardware Mixer and SRC. For more info, email - the ALSA developer list, or mjander@users.sourceforge.net. + the ALSA developer list, or . To compile this driver as a module, choose M here: the module will be called snd-au8820. @@ -83,7 +83,7 @@ config SND_AU8830 Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 3D support code is in place, but not yet useable. For more info, - email the ALSA developer list, or mjander@users.sourceforge.net. + email the ALSA developer list, or . To compile this driver as a module, choose M here: the module will be called snd-au8830. _