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

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

treewide: Fix typos in Kconfig



This patch fix spelling typos found 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 e8ac6ea8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -671,7 +671,7 @@ config TICKSOURCE_CORETMR
	default y
	default y
endmenu
endmenu


menu "Clock souce"
menu "Clock source"
	depends on GENERIC_CLOCKEVENTS
	depends on GENERIC_CLOCKEVENTS
config CYCLES_CLOCKSOURCE
config CYCLES_CLOCKSOURCE
	bool "CYCLES"
	bool "CYCLES"
+1 −1
Original line number Original line Diff line number Diff line
if CPU_CAVIUM_OCTEON
if CPU_CAVIUM_OCTEON


config CAVIUM_CN63XXP1
config CAVIUM_CN63XXP1
	bool "Enable CN63XXP1 errata worarounds"
	bool "Enable CN63XXP1 errata workarounds"
	default "n"
	default "n"
	help
	help
	  The CN63XXP1 chip requires build time workarounds to
	  The CN63XXP1 chip requires build time workarounds to
+1 −1
Original line number Original line Diff line number Diff line
@@ -356,7 +356,7 @@ config I2C_BCM_KONA
	  If you say yes to this option, support will be included for the
	  If you say yes to this option, support will be included for the
	  I2C interface on the Broadcom Kona family of processors.
	  I2C interface on the Broadcom Kona family of processors.


	  If you do not need KONA I2C inteface, say N.
	  If you do not need KONA I2C interface, say N.


config I2C_BLACKFIN_TWI
config I2C_BLACKFIN_TWI
	tristate "Blackfin TWI I2C support"
	tristate "Blackfin TWI I2C support"
+1 −1
Original line number Original line Diff line number Diff line
@@ -110,7 +110,7 @@ config XTENSA_MX
config IRQ_CROSSBAR
config IRQ_CROSSBAR
	bool
	bool
	help
	help
	  Support for a CROSSBAR ip that preceeds the main interrupt controller.
	  Support for a CROSSBAR ip that precedes the main interrupt controller.
	  The primary irqchip invokes the crossbar's callback which inturn allocates
	  The primary irqchip invokes the crossbar's callback which inturn allocates
	  a free irq and configures the IP. Thus the peripheral interrupts are
	  a free irq and configures the IP. Thus the peripheral interrupts are
	  routed to one of the free irqchip interrupt lines.
	  routed to one of the free irqchip interrupt lines.
+2 −2
Original line number Original line Diff line number Diff line
@@ -540,7 +540,7 @@ config ASUS_NB_WMI
	  This is a driver for newer Asus notebooks. It adds extra features
	  This is a driver for newer Asus notebooks. It adds extra features
	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
	  like wireless radio and bluetooth control, leds, hotkeys, backlight...


	  For more informations, see
	  For more information, see
	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>


	  If you have an ACPI-WMI compatible Asus Notebook, say Y or M
	  If you have an ACPI-WMI compatible Asus Notebook, say Y or M
@@ -553,7 +553,7 @@ config EEEPC_WMI
	  This is a driver for newer Eee PC laptops. It adds extra features
	  This is a driver for newer Eee PC laptops. It adds extra features
	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
	  like wireless radio and bluetooth control, leds, hotkeys, backlight...


	  For more informations, see
	  For more information, see
	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>


	  If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
	  If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
Loading