Skip to content

Commit

Permalink
trivial: fix typos/grammar errors in Kconfig texts
Browse files Browse the repository at this point in the history
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Matt LaPlante authored and Jiri Kosina committed Mar 30, 2009
1 parent 877d031 commit 692105b
Show file tree
Hide file tree
Showing 46 changed files with 86 additions and 85 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap1/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ config MACH_OMAP_PALMZ71
help
Support for the Palm Zire71 PDA. To boot the kernel,
you'll need a PalmOS compatible bootloader; check out
http://hackndev.com/palm/z71 for more informations.
http://hackndev.com/palm/z71 for more information.
Say Y here if you have such a PDA, say N otherwise.

config MACH_OMAP_PALMTT
Expand Down
6 changes: 3 additions & 3 deletions arch/avr32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ config BOARD_HAMMERHEAD
select CPU_AT32AP7000
select USB_ARCH_HAS_HCD
help
The Hammerhead platform is built around a AVR32 32-bit microcontroller from Atmel.
The Hammerhead platform is built around an AVR32 32-bit microcontroller from Atmel.
It offers versatile peripherals, such as ethernet, usb device, usb host etc.

The board also incooperates a power supply and is a Power over Ethernet (PoE) Powered
The board also incorporates a power supply and is a Power over Ethernet (PoE) Powered
Device (PD).

Additonally, a Cyclone III FPGA from Altera is integrated on the board. The FPGA is
Additionally, a Cyclone III FPGA from Altera is integrated on the board. The FPGA is
mapped into the 32-bit AVR memory bus. The FPGA offers two DDR2 SDRAM interfaces, which
will cover even the most exceptional need of memory bandwidth. Together with the onboard
video decoder the board is ready for video processing.
Expand Down
6 changes: 3 additions & 3 deletions arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ config CACHELINE_ALIGNED_L1
default n if BF54x
depends on !BF531
help
If enabled, cacheline_anligned data is linked
If enabled, cacheline_aligned data is linked
into L1 data memory. (less latency)

config SYSCALL_TAB_L1
Expand Down Expand Up @@ -957,7 +957,7 @@ config MPU
memory they do not own. This comes at a performance penalty
and is recommended only for debugging.

comment "Asynchonous Memory Configuration"
comment "Asynchronous Memory Configuration"

menu "EBIU_AMGCTL Global Control"
config C_AMCKEN
Expand Down Expand Up @@ -989,7 +989,7 @@ config C_B3PEN
default n

choice
prompt"Enable Asynchonous Memory Banks"
prompt "Enable Asynchronous Memory Banks"
default C_AMBEN_ALL

config C_AMBEN
Expand Down
6 changes: 3 additions & 3 deletions arch/cris/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ config ETRAX_SERIAL_PORT0_DMA1_IN
help
Enables the DMA1 input channel for ser0 (ttyS0).
If you do not enable DMA, an interrupt for each character will be
used when receiveing data.
used when receiving data.
Normally you want to use DMA, unless you use the DMA channel for
something else.

Expand Down Expand Up @@ -565,7 +565,7 @@ config ETRAX_SERIAL_PORT2_DMA7_IN
help
Enables the DMA7 input channel for ser2 (ttyS2).
If you do not enable DMA, an interrupt for each character will be
used when receiveing data.
used when receiving data.
Normally you want to use DMA, unless you use the DMA channel for
something else.

Expand Down Expand Up @@ -604,7 +604,7 @@ config ETRAX_SERIAL_PORT3_DMA3_IN
help
Enables the DMA3 input channel for ser3 (ttyS3).
If you do not enable DMA, an interrupt for each character will be
used when receiveing data.
used when receiving data.
Normally you want to use DMA, unless you use the DMA channel for
something else.

Expand Down
2 changes: 1 addition & 1 deletion arch/cris/arch-v32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config ETRAX_NBR_LED_GRP_ONE
help
Select this if you want one Ethernet LED group. This LED group
can be used for one or more Ethernet interfaces. However, it is
recomended that each Ethernet interface use a dedicated LED group.
recommended that each Ethernet interface use a dedicated LED group.

config ETRAX_NBR_LED_GRP_TWO
bool "Use two LED groups"
Expand Down
2 changes: 1 addition & 1 deletion arch/cris/arch-v32/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ config ETRAX_SERIAL_PORT4_DMA9_IN
help
Enables the DMA9 input channel for ser4 (ttyS4).
If you do not enable DMA, an interrupt for each character will be
used when receiveing data.
used when receiving data.
Normally you want to use DMA, unless you use the DMA channel for
something else.

Expand Down
2 changes: 1 addition & 1 deletion arch/cris/arch-v32/mach-fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ config ETRAX_SDRAM_GRP1_CONFIG
depends on ETRAX_ARCH_V32
default "0"
help
SDRAM configuration for group 1. The defult value is 0
SDRAM configuration for group 1. The default value is 0
because group 1 is not used in the default configuration,
described in the help for SDRAM_GRP0_CONFIG.

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ config MACH_JAZZ
help
This a family of machines based on the MIPS R4030 chipset which was
used by several vendors to build RISC/os and Windows NT workstations.
Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
Olivetti M700-10 workstations.

config LASAT
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ config PHYP_DUMP
help
Hypervisor-assisted dump is meant to be a kdump replacement
offering robustness and speed not possible without system
hypervisor assistence.
hypervisor assistance.

If unsure, say "N"

Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ config CPM
config OF_RTC
bool
help
Uses information from the OF or flattened device tree to instatiate
Uses information from the OF or flattened device tree to instantiate
platform devices for direct mapped RTC chips like the DS1742 or DS1743.

source "arch/powerpc/sysdev/bestcomm/Kconfig"
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/sysdev/bestcomm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ config PPC_BESTCOMM
select PPC_LIB_RHEAP
help
BestComm is the name of the communication coprocessor found
on the Freescale MPC5200 family of processor. It's usage is
optionnal for some drivers (like ATA), but required for
on the Freescale MPC5200 family of processor. Its usage is
optional for some drivers (like ATA), but required for
others (like FEC).

If you want to use drivers that require DMA operations,
Expand Down
4 changes: 2 additions & 2 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,10 @@ config GUSA_RB
depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
help
Enabling this option will allow the kernel to implement some
atomic operations using a software implemention of load-locked/
atomic operations using a software implementation of load-locked/
store-conditional (LLSC). On machines which do not have hardware
LLSC, this should be more efficient than the other alternative of
disabling insterrupts around the atomic sequence.
disabling interrupts around the atomic sequence.

endmenu

Expand Down
4 changes: 2 additions & 2 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ config NODES_SHIFT
depends on NEED_MULTIPLE_NODES
---help---
Specify the maximum number of NUMA Nodes available on the target
system. Increases memory reserved to accomodate various tables.
system. Increases memory reserved to accommodate various tables.

config HAVE_ARCH_BOOTMEM
def_bool y
Expand Down Expand Up @@ -1307,7 +1307,7 @@ config MTRR_SANITIZER
add writeback entries.

Can be disabled with disable_mtrr_cleanup on the kernel command line.
The largest mtrr entry size for a continous block can be set with
The largest mtrr entry size for a continuous block can be set with
mtrr_chunk_size.

If unsure, say Y.
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ config ATA_SFF

For users with exclusively modern controllers like AHCI,
Silicon Image 3124, or Marvell 6440, you may choose to
disable this uneeded SFF support.
disable this unneeded SFF support.

If unsure, say Y.

Expand Down
6 changes: 3 additions & 3 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ config DEBUG_GPIO
depends on DEBUG_KERNEL
help
Say Y here to add some extra checks and diagnostics to GPIO calls.
The checks help ensure that GPIOs have been properly initialized
before they are used and that sleeping calls aren not made from
nonsleeping contexts. They can make bitbanged serial protocols
These checks help ensure that GPIOs have been properly initialized
before they are used, and that sleeping calls are not made from
non-sleeping contexts. They can make bitbanged serial protocols
slower. The diagnostics help catch the type of setup errors
that are most common when setting up new platforms or boards.

Expand Down
2 changes: 1 addition & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ config GREENASIA_FF
select INPUT_FF_MEMLESS
---help---
Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
(like MANTA Warior MM816 and SpeedLink Strike2 SL-6635) or adapter
(like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
and want to enable force feedback support for it.

config HID_TOPSEED
Expand Down
2 changes: 1 addition & 1 deletion drivers/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ config INPUT_APMPOWER
---help---
Say Y here if you want suspend key events to trigger a user
requested suspend through APM. This is useful on embedded
systems where such behviour is desired without userspace
systems where such behaviour is desired without userspace
interaction. If unsure, say N.

To compile this driver as a module, choose M here: the
Expand Down
10 changes: 6 additions & 4 deletions drivers/isdn/mISDN/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ config MISDN_DSP
depends on MISDN
help
Enable support for digital audio processing capability.

This module may be used for special applications that require
cross connecting of bchannels, conferencing, dtmf decoding
cross connecting of bchannels, conferencing, dtmf decoding,
echo cancelation, tone generation, and Blowfish encryption and
decryption.
It may use hardware features if available.
decryption. It may use hardware features if available.

E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
and get more informations about this module and it's usage.
and get more information about this module and its usage.

If unsure, say 'N'.

config MISDN_L1OIP
Expand Down
6 changes: 3 additions & 3 deletions drivers/leds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ config LEDS_HP6XX
tristate "LED Support for the HP Jornada 6xx"
depends on LEDS_CLASS && SH_HP6XX
help
This option enables led support for the handheld
This option enables LED support for the handheld
HP Jornada 620/660/680/690.

config LEDS_PCA9532
tristate "LED driver for PCA9532 dimmer"
depends on LEDS_CLASS && I2C && INPUT && EXPERIMENTAL
help
This option enables support for NXP pca9532
led controller. It is generally only usefull
LED controller. It is generally only useful
as a platform driver

config LEDS_GPIO
Expand Down Expand Up @@ -144,7 +144,7 @@ config LEDS_CLEVO_MAIL
Positivo Mobile (Clevo M5x0V)

If your model is not listed here you can try the "nodetect"
module paramter.
module parameter.

To compile this driver as a module, choose M here: the
module will be called leds-clevo-mail.
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/common/tuners/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ config MEDIA_TUNER_XC5000
default m if DVB_FE_CUSTOMISE
help
A driver for the silicon tuner XC5000 from Xceive.
This device is only used inside a SiP called togther with a
This device is only used inside a SiP called together with a
demodulator for now.

config MEDIA_TUNER_MXL5005S
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ config DVB_TUNER_DIB0070
default m if DVB_FE_CUSTOMISE
help
A driver for the silicon baseband tuner DiB0070 from DiBcom.
This device is only used inside a SiP called togther with a
This device is only used inside a SiP called together with a
demodulator for now.

comment "SEC control devices for DVB-S"
Expand Down
2 changes: 1 addition & 1 deletion drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ config MENELAUS
help
If you say yes here you get support for the Texas Instruments
TWL92330/Menelaus Power Management chip. This include voltage
regulators, Dual slot memory card tranceivers, real-time clock
regulators, Dual slot memory card transceivers, real-time clock
and other features that are often used in portable devices like
cell phones and PDAs.

Expand Down
6 changes: 3 additions & 3 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ config ATMEL_PWM
depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9
help
This option enables device driver support for the PWM channels
on certain Atmel prcoessors. Pulse Width Modulation is used for
purposes including software controlled power-efficent backlights
on certain Atmel processors. Pulse Width Modulation is used for
purposes including software controlled power-efficient backlights
on LCD displays, motor control, and waveform generation.

config ATMEL_TCLIB
Expand Down Expand Up @@ -142,7 +142,7 @@ config ATMEL_SSC
tristate "Device driver for Atmel SSC peripheral"
depends on AVR32 || ARCH_AT91
---help---
This option enables device driver support for Atmel Syncronized
This option enables device driver support for Atmel Synchronized
Serial Communication peripheral (SSC).

The SSC peripheral supports a wide variety of serial frame based
Expand Down
2 changes: 1 addition & 1 deletion drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ config MMC_SPI
select CRC7
select CRC_ITU_T
help
Some systems accss MMC/SD/SDIO cards using a SPI controller
Some systems access MMC/SD/SDIO cards using a SPI controller
instead of using a "native" MMC/SD/SDIO controller. This has a
disadvantage of being relatively high overhead, but a compensating
advantage of working on many systems without dedicated MMC/SD/SDIO
Expand Down
4 changes: 2 additions & 2 deletions drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1380,15 +1380,15 @@ config SCSI_LPFC_DEBUG_FS
bool "Emulex LightPulse Fibre Channel debugfs Support"
depends on SCSI_LPFC && DEBUG_FS
help
This makes debugging infomation from the lpfc driver
This makes debugging information from the lpfc driver
available via the debugfs filesystem.

config SCSI_SIM710
tristate "Simple 53c710 SCSI support (Compaq, NCR machines)"
depends on (EISA || MCA) && SCSI
select SCSI_SPI_ATTRS
---help---
This driver for NCR53c710 based SCSI host adapters.
This driver is for NCR53c710 based SCSI host adapters.

It currently supports Compaq EISA cards and NCR MCA cards

Expand Down
2 changes: 1 addition & 1 deletion drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ config SERIAL_BFIN_SPORT
depends on BLACKFIN && EXPERIMENTAL
select SERIAL_CORE
help
Enble support SPORT emulate UART on Blackfin series.
Enable SPORT emulate UART on Blackfin series.

To compile this driver as a module, choose M here: the
module will be called bfin_sport_uart.
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ menuconfig STAGING
---help---
This option allows you to select a number of drivers that are
not of the "normal" Linux kernel quality level. These drivers
are placed here in order to get a wider audience for use of
are placed here in order to get a wider audience to make use of
them. Please note that these drivers are under heavy
development, may or may not work, and may contain userspace
interfaces that most likely will be changed in the near
future.

Using any of these drivers will taint your kernel which might
affect support options from both the community, and various
commercial support orginizations.
commercial support organizations.

If you wish to work on these drivers, to help improve them, or
to report problems you have with them, please see the
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/comedi/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
config COMEDI
tristate "Data Acquision support (comedi)"
tristate "Data acquisition support (comedi)"
default N
depends on m
---help---
Enable support a wide range of data acquision devices
Enable support a wide range of data acquisition devices
for Linux.

config COMEDI_RT
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/go7007/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config VIDEO_GO7007
select CRC32
default N
---help---
This is a video4linux driver for some wierd device...
This is a video4linux driver for some weird device...

To compile this driver as a module, choose M here: the
module will be called go7007
Expand All @@ -20,7 +20,7 @@ config VIDEO_GO7007_USB
depends on VIDEO_GO7007 && USB
default N
---help---
This is a video4linux driver for some wierd device...
This is a video4linux driver for some weird device...

To compile this driver as a module, choose M here: the
module will be called go7007-usb
Expand Down
Loading

0 comments on commit 692105b

Please sign in to comment.