You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
trivial: fix typos/grammar errors in Kconfig texts
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
877d03105d
commit
692105b8ac
@@ -109,7 +109,7 @@ config MACH_OMAP_PALMZ71
|
|||||||
help
|
help
|
||||||
Support for the Palm Zire71 PDA. To boot the kernel,
|
Support for the Palm Zire71 PDA. To boot the kernel,
|
||||||
you'll need a PalmOS compatible bootloader; check out
|
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.
|
Say Y here if you have such a PDA, say N otherwise.
|
||||||
|
|
||||||
config MACH_OMAP_PALMTT
|
config MACH_OMAP_PALMTT
|
||||||
|
|||||||
+3
-3
@@ -127,13 +127,13 @@ config BOARD_HAMMERHEAD
|
|||||||
select CPU_AT32AP7000
|
select CPU_AT32AP7000
|
||||||
select USB_ARCH_HAS_HCD
|
select USB_ARCH_HAS_HCD
|
||||||
help
|
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.
|
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).
|
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
|
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
|
will cover even the most exceptional need of memory bandwidth. Together with the onboard
|
||||||
video decoder the board is ready for video processing.
|
video decoder the board is ready for video processing.
|
||||||
|
|||||||
@@ -777,7 +777,7 @@ config CACHELINE_ALIGNED_L1
|
|||||||
default n if BF54x
|
default n if BF54x
|
||||||
depends on !BF531
|
depends on !BF531
|
||||||
help
|
help
|
||||||
If enabled, cacheline_anligned data is linked
|
If enabled, cacheline_aligned data is linked
|
||||||
into L1 data memory. (less latency)
|
into L1 data memory. (less latency)
|
||||||
|
|
||||||
config SYSCALL_TAB_L1
|
config SYSCALL_TAB_L1
|
||||||
@@ -957,7 +957,7 @@ config MPU
|
|||||||
memory they do not own. This comes at a performance penalty
|
memory they do not own. This comes at a performance penalty
|
||||||
and is recommended only for debugging.
|
and is recommended only for debugging.
|
||||||
|
|
||||||
comment "Asynchonous Memory Configuration"
|
comment "Asynchronous Memory Configuration"
|
||||||
|
|
||||||
menu "EBIU_AMGCTL Global Control"
|
menu "EBIU_AMGCTL Global Control"
|
||||||
config C_AMCKEN
|
config C_AMCKEN
|
||||||
@@ -989,7 +989,7 @@ config C_B3PEN
|
|||||||
default n
|
default n
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt"Enable Asynchonous Memory Banks"
|
prompt "Enable Asynchronous Memory Banks"
|
||||||
default C_AMBEN_ALL
|
default C_AMBEN_ALL
|
||||||
|
|
||||||
config C_AMBEN
|
config C_AMBEN
|
||||||
|
|||||||
+3
-3
@@ -438,7 +438,7 @@ config ETRAX_SERIAL_PORT0_DMA1_IN
|
|||||||
help
|
help
|
||||||
Enables the DMA1 input channel for ser0 (ttyS0).
|
Enables the DMA1 input channel for ser0 (ttyS0).
|
||||||
If you do not enable DMA, an interrupt for each character will be
|
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
|
Normally you want to use DMA, unless you use the DMA channel for
|
||||||
something else.
|
something else.
|
||||||
|
|
||||||
@@ -565,7 +565,7 @@ config ETRAX_SERIAL_PORT2_DMA7_IN
|
|||||||
help
|
help
|
||||||
Enables the DMA7 input channel for ser2 (ttyS2).
|
Enables the DMA7 input channel for ser2 (ttyS2).
|
||||||
If you do not enable DMA, an interrupt for each character will be
|
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
|
Normally you want to use DMA, unless you use the DMA channel for
|
||||||
something else.
|
something else.
|
||||||
|
|
||||||
@@ -604,7 +604,7 @@ config ETRAX_SERIAL_PORT3_DMA3_IN
|
|||||||
help
|
help
|
||||||
Enables the DMA3 input channel for ser3 (ttyS3).
|
Enables the DMA3 input channel for ser3 (ttyS3).
|
||||||
If you do not enable DMA, an interrupt for each character will be
|
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
|
Normally you want to use DMA, unless you use the DMA channel for
|
||||||
something else.
|
something else.
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ config ETRAX_NBR_LED_GRP_ONE
|
|||||||
help
|
help
|
||||||
Select this if you want one Ethernet LED group. This LED group
|
Select this if you want one Ethernet LED group. This LED group
|
||||||
can be used for one or more Ethernet interfaces. However, it is
|
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
|
config ETRAX_NBR_LED_GRP_TWO
|
||||||
bool "Use two LED groups"
|
bool "Use two LED groups"
|
||||||
|
|||||||
@@ -342,7 +342,7 @@ config ETRAX_SERIAL_PORT4_DMA9_IN
|
|||||||
help
|
help
|
||||||
Enables the DMA9 input channel for ser4 (ttyS4).
|
Enables the DMA9 input channel for ser4 (ttyS4).
|
||||||
If you do not enable DMA, an interrupt for each character will be
|
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
|
Normally you want to use DMA, unless you use the DMA channel for
|
||||||
something else.
|
something else.
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ config ETRAX_SDRAM_GRP1_CONFIG
|
|||||||
depends on ETRAX_ARCH_V32
|
depends on ETRAX_ARCH_V32
|
||||||
default "0"
|
default "0"
|
||||||
help
|
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,
|
because group 1 is not used in the default configuration,
|
||||||
described in the help for SDRAM_GRP0_CONFIG.
|
described in the help for SDRAM_GRP0_CONFIG.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -136,7 +136,7 @@ config MACH_JAZZ
|
|||||||
help
|
help
|
||||||
This a family of machines based on the MIPS R4030 chipset which was
|
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.
|
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.
|
Olivetti M700-10 workstations.
|
||||||
|
|
||||||
config LASAT
|
config LASAT
|
||||||
|
|||||||
@@ -342,7 +342,7 @@ config PHYP_DUMP
|
|||||||
help
|
help
|
||||||
Hypervisor-assisted dump is meant to be a kdump replacement
|
Hypervisor-assisted dump is meant to be a kdump replacement
|
||||||
offering robustness and speed not possible without system
|
offering robustness and speed not possible without system
|
||||||
hypervisor assistence.
|
hypervisor assistance.
|
||||||
|
|
||||||
If unsure, say "N"
|
If unsure, say "N"
|
||||||
|
|
||||||
|
|||||||
@@ -298,7 +298,7 @@ config CPM
|
|||||||
config OF_RTC
|
config OF_RTC
|
||||||
bool
|
bool
|
||||||
help
|
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.
|
platform devices for direct mapped RTC chips like the DS1742 or DS1743.
|
||||||
|
|
||||||
source "arch/powerpc/sysdev/bestcomm/Kconfig"
|
source "arch/powerpc/sysdev/bestcomm/Kconfig"
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ config PPC_BESTCOMM
|
|||||||
select PPC_LIB_RHEAP
|
select PPC_LIB_RHEAP
|
||||||
help
|
help
|
||||||
BestComm is the name of the communication coprocessor found
|
BestComm is the name of the communication coprocessor found
|
||||||
on the Freescale MPC5200 family of processor. It's usage is
|
on the Freescale MPC5200 family of processor. Its usage is
|
||||||
optionnal for some drivers (like ATA), but required for
|
optional for some drivers (like ATA), but required for
|
||||||
others (like FEC).
|
others (like FEC).
|
||||||
|
|
||||||
If you want to use drivers that require DMA operations,
|
If you want to use drivers that require DMA operations,
|
||||||
|
|||||||
+2
-2
@@ -640,10 +640,10 @@ config GUSA_RB
|
|||||||
depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
|
depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
|
||||||
help
|
help
|
||||||
Enabling this option will allow the kernel to implement some
|
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
|
store-conditional (LLSC). On machines which do not have hardware
|
||||||
LLSC, this should be more efficient than the other alternative of
|
LLSC, this should be more efficient than the other alternative of
|
||||||
disabling insterrupts around the atomic sequence.
|
disabling interrupts around the atomic sequence.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1129,7 +1129,7 @@ config NODES_SHIFT
|
|||||||
depends on NEED_MULTIPLE_NODES
|
depends on NEED_MULTIPLE_NODES
|
||||||
---help---
|
---help---
|
||||||
Specify the maximum number of NUMA Nodes available on the target
|
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
|
config HAVE_ARCH_BOOTMEM
|
||||||
def_bool y
|
def_bool y
|
||||||
@@ -1307,7 +1307,7 @@ config MTRR_SANITIZER
|
|||||||
add writeback entries.
|
add writeback entries.
|
||||||
|
|
||||||
Can be disabled with disable_mtrr_cleanup on the kernel command line.
|
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.
|
mtrr_chunk_size.
|
||||||
|
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|||||||
+1
-1
@@ -86,7 +86,7 @@ config ATA_SFF
|
|||||||
|
|
||||||
For users with exclusively modern controllers like AHCI,
|
For users with exclusively modern controllers like AHCI,
|
||||||
Silicon Image 3124, or Marvell 6440, you may choose to
|
Silicon Image 3124, or Marvell 6440, you may choose to
|
||||||
disable this uneeded SFF support.
|
disable this unneeded SFF support.
|
||||||
|
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
|
|||||||
@@ -42,9 +42,9 @@ config DEBUG_GPIO
|
|||||||
depends on DEBUG_KERNEL
|
depends on DEBUG_KERNEL
|
||||||
help
|
help
|
||||||
Say Y here to add some extra checks and diagnostics to GPIO calls.
|
Say Y here to add some extra checks and diagnostics to GPIO calls.
|
||||||
The checks help ensure that GPIOs have been properly initialized
|
These checks help ensure that GPIOs have been properly initialized
|
||||||
before they are used and that sleeping calls aren not made from
|
before they are used, and that sleeping calls are not made from
|
||||||
nonsleeping contexts. They can make bitbanged serial protocols
|
non-sleeping contexts. They can make bitbanged serial protocols
|
||||||
slower. The diagnostics help catch the type of setup errors
|
slower. The diagnostics help catch the type of setup errors
|
||||||
that are most common when setting up new platforms or boards.
|
that are most common when setting up new platforms or boards.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -243,7 +243,7 @@ config GREENASIA_FF
|
|||||||
select INPUT_FF_MEMLESS
|
select INPUT_FF_MEMLESS
|
||||||
---help---
|
---help---
|
||||||
Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
|
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.
|
and want to enable force feedback support for it.
|
||||||
|
|
||||||
config HID_TOPSEED
|
config HID_TOPSEED
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ config INPUT_APMPOWER
|
|||||||
---help---
|
---help---
|
||||||
Say Y here if you want suspend key events to trigger a user
|
Say Y here if you want suspend key events to trigger a user
|
||||||
requested suspend through APM. This is useful on embedded
|
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.
|
interaction. If unsure, say N.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
|
|||||||
@@ -14,13 +14,15 @@ config MISDN_DSP
|
|||||||
depends on MISDN
|
depends on MISDN
|
||||||
help
|
help
|
||||||
Enable support for digital audio processing capability.
|
Enable support for digital audio processing capability.
|
||||||
|
|
||||||
This module may be used for special applications that require
|
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
|
echo cancelation, tone generation, and Blowfish encryption and
|
||||||
decryption.
|
decryption. It may use hardware features if available.
|
||||||
It may use hardware features if available.
|
|
||||||
E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
|
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'.
|
If unsure, say 'N'.
|
||||||
|
|
||||||
config MISDN_L1OIP
|
config MISDN_L1OIP
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ config LEDS_HP6XX
|
|||||||
tristate "LED Support for the HP Jornada 6xx"
|
tristate "LED Support for the HP Jornada 6xx"
|
||||||
depends on LEDS_CLASS && SH_HP6XX
|
depends on LEDS_CLASS && SH_HP6XX
|
||||||
help
|
help
|
||||||
This option enables led support for the handheld
|
This option enables LED support for the handheld
|
||||||
HP Jornada 620/660/680/690.
|
HP Jornada 620/660/680/690.
|
||||||
|
|
||||||
config LEDS_PCA9532
|
config LEDS_PCA9532
|
||||||
@@ -108,7 +108,7 @@ config LEDS_PCA9532
|
|||||||
depends on LEDS_CLASS && I2C && INPUT && EXPERIMENTAL
|
depends on LEDS_CLASS && I2C && INPUT && EXPERIMENTAL
|
||||||
help
|
help
|
||||||
This option enables support for NXP pca9532
|
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
|
as a platform driver
|
||||||
|
|
||||||
config LEDS_GPIO
|
config LEDS_GPIO
|
||||||
@@ -144,7 +144,7 @@ config LEDS_CLEVO_MAIL
|
|||||||
Positivo Mobile (Clevo M5x0V)
|
Positivo Mobile (Clevo M5x0V)
|
||||||
|
|
||||||
If your model is not listed here you can try the "nodetect"
|
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
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called leds-clevo-mail.
|
module will be called leds-clevo-mail.
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ config MEDIA_TUNER_XC5000
|
|||||||
default m if DVB_FE_CUSTOMISE
|
default m if DVB_FE_CUSTOMISE
|
||||||
help
|
help
|
||||||
A driver for the silicon tuner XC5000 from Xceive.
|
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.
|
demodulator for now.
|
||||||
|
|
||||||
config MEDIA_TUNER_MXL5005S
|
config MEDIA_TUNER_MXL5005S
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user