diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-09-17 23:09:42 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-26 05:12:28 -0400 |
commit | f54619f28fb6829612eb90a31cc55caf14c5fcca (patch) | |
tree | d7536c36ac4de3e26725f04d38c8b158897004a7 /arch | |
parent | e8ac6ea8a42d6506345056c6de3e81c97d3f20af (diff) |
treewide: Fix typos in Kconfig
This patch fix spelling typos found in Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/Kconfig | 2 | ||||
-rw-r--r-- | arch/mips/cavium-octeon/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index ed30699cc635..af76634f8d98 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -671,7 +671,7 @@ config TICKSOURCE_CORETMR | |||
671 | default y | 671 | default y |
672 | endmenu | 672 | endmenu |
673 | 673 | ||
674 | menu "Clock souce" | 674 | menu "Clock source" |
675 | depends on GENERIC_CLOCKEVENTS | 675 | depends on GENERIC_CLOCKEVENTS |
676 | config CYCLES_CLOCKSOURCE | 676 | config CYCLES_CLOCKSOURCE |
677 | bool "CYCLES" | 677 | bool "CYCLES" |
diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig index 602866657938..c370426a7322 100644 --- a/arch/mips/cavium-octeon/Kconfig +++ b/arch/mips/cavium-octeon/Kconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | if CPU_CAVIUM_OCTEON | 1 | if CPU_CAVIUM_OCTEON |
2 | 2 | ||
3 | config CAVIUM_CN63XXP1 | 3 | config CAVIUM_CN63XXP1 |
4 | bool "Enable CN63XXP1 errata worarounds" | 4 | bool "Enable CN63XXP1 errata workarounds" |
5 | default "n" | 5 | default "n" |
6 | help | 6 | help |
7 | The CN63XXP1 chip requires build time workarounds to | 7 | The CN63XXP1 chip requires build time workarounds to |