Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ config SOC_STIH415
	default y
	help
	  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
	  Trees.

@@ -39,7 +39,7 @@ config SOC_STIH416
	default y
	help
	  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
	  Trees.

+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ config X86_AMD_FREQ_SENSITIVITY
	help
	  This adds AMD-specific powersave bias function to the ondemand
	  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).

	  Hardware feedback tells software how "sensitive" to frequency changes
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ config MMP_PDMA
	depends on (ARCH_MMP || ARCH_PXA)
	select DMA_ENGINE
	help
	  Support the MMP PDMA engine for PXA and MMP platfrom.
	  Support the MMP PDMA engine for PXA and MMP platform.

config DMA_JZ4740
	tristate "JZ4740 DMA support"
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ config FMC_CHARDEV
	  This driver matches every mezzanine device and allows user
	  space to read and write registers using a char device. It
	  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
+2 −2
Original line number Diff line number Diff line
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
	---help---
	Support for iSCSI Extentions for RDMA (iSER) Target on Infiniband fabrics.
	Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
Loading