Commit b6efa0d0 authored by Gabor Egry's avatar Gabor Egry Committed by Linus Torvalds

[PATCH] various Kconfig fixes

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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 17d2208b
......@@ -131,7 +131,7 @@ config ARCH_L7200
<http://www.linkupsys.com/>
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 <sjhill@cotw.com>.
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 (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
the Samsung SMDK2410 development board (and derviatives).
config ARCH_SHARK
......
......@@ -26,7 +26,7 @@ config ARCH_PERSONAL_SERVER
<http://www.crl.hpl.hp.com/projects/personalserver/>
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 <skiff@crl.dec.com>.
config ARCH_EBSA285_ADDIN
bool "EBSA285 (addin mode)"
......
......@@ -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 <file:Documentation/arm/ENP2611>.
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 <file:Documentation/arm/IXP2000>.
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 <file:Documentation/arm/IXP2000>.
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 <file:Documentation/arm/IXP2000>.
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 <file:Documentation/arm/IXP2000>.
config ARCH_IXDP2X01
bool
......
......@@ -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 <file:Documentation/arm/IXP4xx>.
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 <file:Documentation/arm/IXP4xx>.
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 <file:Documentation/arm/IXP4xx>.
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 <file:Documentation/arm/IXP4xx>.
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 <file:Documentation/arm/IXP4xx>.
#
# 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.
......
......@@ -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 <http://www.handhelds.org/projects/rx3715.html> 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
......@@ -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
......
......@@ -225,4 +225,3 @@ source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
......@@ -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.
......
......@@ -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
......
......@@ -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 <file:Documentation/cpu-freq/>.
......
......@@ -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.
......
......@@ -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"
......
......@@ -326,7 +326,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
<http://www.multidata.de/>
Date of Release: 2000 (?)
End of life: -
......
......@@ -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 <http://www.970eval.com>
config PPC
bool
......
......@@ -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"
......
......@@ -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 <file:Documentation/Changes>.
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 <http://user-mode-linux.sf.net/hppfs.html> for more information.
You only need this if you are setting up a UML honeypot. Otherwise,
it is safe to say 'N' here.
......
......@@ -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
<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
<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
<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
<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 <http://csrc.nist.gov/CryptoToolkit/aes/> 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 <http://csrc.nist.gov/encryption/aes/> 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
<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
<https://www.cosic.esat.kuleuven.ac.be/nessie/reports/>
<http://planeta.terra.com.br/informatica/paulobarreto/AnubisPage.html>
config CRYPTO_DEFLATE
......
......@@ -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 <file:Documentation/ibm-acpi.txt>
and <http://ibm-acpi.sf.net/> .
If you have an IBM ThinkPad laptop, say Y or M here.
......
......@@ -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 <file:Documentation/cciss.txt> 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/
<http://www.umem.com/>
The cards appear as block devices that can be partitioned into
as many as 15 partitions.
......
......@@ -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
......
......@@ -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 <file:Documentation/cdrom/{driver_name}>
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
......
......@@ -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 <file:Documentation/IPMI.txt> for more details on the driver.
If unsure, say N.
......
......@@ -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
<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
<http://linux.dell.com/efibootmgr>
config EFI_PCDP
bool "Console device selection via EFI PCDP or HCDP table"
......
......@@ -420,7 +420,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 <file:Documentation/i2c/i2c-stub>.
If you don't know what to do here, definitely say N.
......@@ -429,7 +429,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
......@@ -440,7 +439,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:
......@@ -460,7 +458,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.
......
......@@ -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.
......
......@@ -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.
<file:Documentation/input/joystick.txt>
and <file:Documentation/input/ff.txt>.
......@@ -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.
......
......@@ -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
<http://w1.894.telia.com/~u89404340/touchpad/index.html>
and a new version of GPM at:
<http://www.geocities.com/dt_or/gpm/gpm.html>
to take advantage of the advanced features of the touchpad.
If unsure, say Y.
......
......@@ -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 <gert@greenie.muc.de> 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
......
......@@ -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: <http://www.auvertech.fr/>.
Please redirect all support questions to support@auvertech.fr.
Please redirect all support questions to <support@auvertech.fr>.
......@@ -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/
<http://www.saout.de/misc/dm-crypt/>
To compile this code as a module, choose M here: the module will
be called dm-crypt.
......
......@@ -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 (<http://www.dibcom.fr>).
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 <file:Documentation/dvb/README.dibusb>
details.
Say Y if you own such a device and want to use it. You should build it as
......
......@@ -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 <http://www.pc.ibm/ww/eserver/xseries/serverproven> for
information on the specific driver level and support statement
for your IBM server.
......
......@@ -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 dont 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
......
......@@ -1412,13 +1412,13 @@ config E100
Use the above information and the Adapter & Driver ID Guide at:
http://support.intel.com/support/network/adapter/pro100/21397.htm
<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
<http://appsr.intel.com/scripts-df/support_intel.asp>
More specific information on configuring the driver is in
<file:Documentation/networking/e100.txt>.
......@@ -1659,7 +1659,7 @@ config TLAN
<file:Documentation/networking/net-modules.txt>. The module
will be called tlan.
Please email feedback to torben.mathiasen@compaq.com.
Please email feedback to <torben.mathiasen@compaq.com>.
config VIA_RHINE
tristate "VIA Rhine support"
......@@ -2049,14 +2049,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
<file:Documentation/networking/sk98lin.txt> for more information about
optional driver parameters.
Questions concerning this driver may be addressed to:
linux@syskonnect.de
<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 <file:Documentation/kbuild/modules.txt>. The module will
be called sk98lin. This is recommended.
config VIA_VELOCITY
......@@ -2265,7 +2265,7 @@ config SKFP
the driver.
Questions concerning this driver can be addressed to:
linux@syskonnect.de
<linux@syskonnect.de>
To compile this driver as a module, choose M here: the module
will be called skfp. This is recommended.
......@@ -2461,7 +2461,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 (<http://www.roaringpenguin.com/pppoe>)
which contains instruction on how to use this driver (under
the heading "Kernel mode PPPoE").
......@@ -2589,5 +2589,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 <file:Documentation/networking/netconsole.txt> for details.
......@@ -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 <dwmw2@infradead.org>, especially if it works!
To compile this driver as a module, choose M here and read
<file:Documentation/networking/net-modules.txt>. The module will
......
......@@ -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
......
......@@ -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
<http://www.thekelleys.org.uk/atmel>
config PCI_ATMEL
tristate "Atmel at76c506 PCI cards"
......
......@@ -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 <file:Documentation/Changes> for information on where to get the latest
version.
When in doubt, say N.
......
......@@ -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).
......
......@@ -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
<file:Documentation/s390/TAPE> for further information about creating
volumes for and using this interface. It is safe to say "Y" here.
comment "S/390 tape hardware support"
......
......@@ -791,7 +791,7 @@ config SCSI_IPS
See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html>
for more information. If this driver does not work correctly
without modification please contact the author by email at
ipslinux@adaptec.com.
<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 <http://www.torque.net/sg/sdebug.html> 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 <file:Documentation/modules.txt>.
endmenu
......
......@@ -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
......
......@@ -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 <http://linux.chapter7.ch/touchkit/> 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
<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.
......
......@@ -127,7 +127,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.
......
......@@ -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 <usb-storage@lists.one-eyed-alien.net>
If you say N here, the kernel will assume that all disk-like USB
devices are write-enabled.
......
......@@ -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 <http://www.sis.com>
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 <file:Documentation/fb/README-sstfb.txt> 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.
<file:Documentation/fb/pxafb.txt> describes the available parameters.
config FB_VIRTUAL
tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
......
......@@ -250,7 +250,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 <file:Documentation/filesystems/jfs.txt>.
If you do not intend to use the JFS filesystem, say N.
......@@ -1027,10 +1027,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.
......@@ -1180,7 +1180,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 <http://www.gzip.org/zlib/> for
further information.
Say 'Y' if unsure.
......@@ -1205,7 +1205,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"
......@@ -1782,7 +1782,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 <file:Documentation/filesystems/afs.txt> for more intormation.
If unsure, say N.
......
......@@ -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 <file:Documentation/power/swsusp.txt>.
config PM_STD_PARTITION
string "Default resume partition"
......
......@@ -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 <file:Documentation/networking/pktgen.txt>.
To compile this code as a module, choose M here: the
......
......@@ -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'.
<file:Documentation/modules.txt>. 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'.
<file:Documentation/modules.txt>. 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'.
<file:Documentation/modules.txt>. 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'.
<file:Documentation/modules.txt>. 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'.
<file:Documentation/modules.txt>. 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
<file:Documentation/modules.txt>. 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
<file:Documentation/modules.txt>. 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
<file:Documentation/modules.txt>. If unsure, say `N'.
help
config IP_NF_TARGET_NOTRACK
tristate 'NOTRACK target support'
......
......@@ -237,7 +237,6 @@ config IP6_NF_RAW
If you want to compile it as a module, say M here and read
<file:Documentation/modules.txt>. If unsure, say `N'.
help
endmenu
......@@ -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.
......@@ -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
<file:Documentation/seclvl.txt> for instructions on how to use this
module.
If you are unsure how to answer this question, answer N.
......
......@@ -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.
......
......@@ -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 <file:Documentation/sound/oss/rme96xx>.
config SOUND_AD1980
tristate "AD1980 front/back switch plugin"
......
......@@ -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 <mjander@users.sourceforge.net>.
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 <mjander@users.sourceforge.net>.
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 <mjander@users.sourceforge.net>.
To compile this driver as a module, choose M here: the module
will be called snd-au8830.
......
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