Commit 8c88126b authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina

treewide: Fix typo in Kconfig

Correct spelling typo in Kconfig.
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 2e515bf0
...@@ -30,7 +30,7 @@ config SOC_STIH415 ...@@ -30,7 +30,7 @@ config SOC_STIH415
default y default y
help help
This enables support for STMicroelectronics Digital Consumer This enables support for STMicroelectronics Digital Consumer
Electronics family StiH415 parts, primarily targetted at set-top-box Electronics family StiH415 parts, primarily targeted at set-top-box
and other digital audio/video applications using Flattned Device and other digital audio/video applications using Flattned Device
Trees. Trees.
...@@ -39,7 +39,7 @@ config SOC_STIH416 ...@@ -39,7 +39,7 @@ config SOC_STIH416
default y default y
help help
This enables support for STMicroelectronics Digital Consumer This enables support for STMicroelectronics Digital Consumer
Electronics family StiH416 parts, primarily targetted at set-top-box Electronics family StiH416 parts, primarily targeted at set-top-box
and other digital audio/video applications using Flattened Device and other digital audio/video applications using Flattened Device
Trees. Trees.
......
...@@ -136,7 +136,7 @@ config X86_AMD_FREQ_SENSITIVITY ...@@ -136,7 +136,7 @@ config X86_AMD_FREQ_SENSITIVITY
help help
This adds AMD-specific powersave bias function to the ondemand This adds AMD-specific powersave bias function to the ondemand
governor, which allows it to make more power-conscious frequency governor, which allows it to make more power-conscious frequency
change decisions based on feedback from hardware (availble on AMD change decisions based on feedback from hardware (available on AMD
Family 16h and above). Family 16h and above).
Hardware feedback tells software how "sensitive" to frequency changes Hardware feedback tells software how "sensitive" to frequency changes
......
...@@ -300,7 +300,7 @@ config MMP_PDMA ...@@ -300,7 +300,7 @@ config MMP_PDMA
depends on (ARCH_MMP || ARCH_PXA) depends on (ARCH_MMP || ARCH_PXA)
select DMA_ENGINE select DMA_ENGINE
help help
Support the MMP PDMA engine for PXA and MMP platfrom. Support the MMP PDMA engine for PXA and MMP platform.
config DMA_JZ4740 config DMA_JZ4740
tristate "JZ4740 DMA support" tristate "JZ4740 DMA support"
......
...@@ -46,6 +46,6 @@ config FMC_CHARDEV ...@@ -46,6 +46,6 @@ config FMC_CHARDEV
This driver matches every mezzanine device and allows user This driver matches every mezzanine device and allows user
space to read and write registers using a char device. It space to read and write registers using a char device. It
can be used to write user-space drivers, or just get can be used to write user-space drivers, or just get
aquainted with a mezzanine before writing its specific driver. acquainted with a mezzanine before writing its specific driver.
endif # FMC endif # FMC
config INFINIBAND_ISERT config INFINIBAND_ISERT
tristate "iSCSI Extentions for RDMA (iSER) target support" tristate "iSCSI Extensions for RDMA (iSER) target support"
depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET
---help--- ---help---
Support for iSCSI Extentions for RDMA (iSER) Target on Infiniband fabrics. Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
...@@ -646,7 +646,7 @@ config VIDEO_UPD64083 ...@@ -646,7 +646,7 @@ config VIDEO_UPD64083
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 upd64083. module will be called upd64083.
comment "Miscelaneous helper chips" comment "Miscellaneous helper chips"
config VIDEO_THS7303 config VIDEO_THS7303
tristate "THS7303/53 Video Amplifier" tristate "THS7303/53 Video Amplifier"
......
...@@ -653,14 +653,14 @@ menu "STMicroelectronics STMPE Interface Drivers" ...@@ -653,14 +653,14 @@ menu "STMicroelectronics STMPE Interface Drivers"
depends on MFD_STMPE depends on MFD_STMPE
config STMPE_I2C config STMPE_I2C
bool "STMicroelectronics STMPE I2C Inteface" bool "STMicroelectronics STMPE I2C Interface"
depends on I2C=y depends on I2C=y
default y default y
help help
This is used to enable I2C interface of STMPE This is used to enable I2C interface of STMPE
config STMPE_SPI config STMPE_SPI
bool "STMicroelectronics STMPE SPI Inteface" bool "STMicroelectronics STMPE SPI Interface"
depends on SPI_MASTER depends on SPI_MASTER
help help
This is used to enable SPI interface of STMPE This is used to enable SPI interface of STMPE
......
...@@ -28,7 +28,7 @@ config USB_DEFAULT_PERSIST ...@@ -28,7 +28,7 @@ config USB_DEFAULT_PERSIST
bool "Enable USB persist by default" bool "Enable USB persist by default"
default y default y
help help
Say N here if you don't want USB power session persistance Say N here if you don't want USB power session persistence
enabled by default. If you say N it will make suspended USB enabled by default. If you say N it will make suspended USB
devices that lose power get reenumerated as if they had been devices that lose power get reenumerated as if they had been
unplugged, causing any mounted filesystems to be lost. The unplugged, causing any mounted filesystems to be lost. The
......
...@@ -6,7 +6,7 @@ config VSOCKETS ...@@ -6,7 +6,7 @@ config VSOCKETS
tristate "Virtual Socket protocol" tristate "Virtual Socket protocol"
help help
Virtual Socket Protocol is a socket protocol similar to TCP/IP Virtual Socket Protocol is a socket protocol similar to TCP/IP
allowing comunication between Virtual Machines and hypervisor allowing communication between Virtual Machines and hypervisor
or host. or host.
You should also select one or more hypervisor-specific transports You should also select one or more hypervisor-specific transports
......
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