aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-04-13 11:14:11 -0400
committerJiri Kosina <jkosina@suse.cz>2012-04-16 08:40:08 -0400
commit6b2aac42b20f495d9ea220036f57596d525d4233 (patch)
tree838c0537310ebd6198eeef7f5826edf141f467d7 /arch
parentb40b26ccfc31465363dbd3ff849bd84ec87fe9b7 (diff)
Fix typo in various Kconfig file
Correct spelling typo in various Kconfig file. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r--arch/m68k/Kconfig.cpu2
-rw-r--r--arch/mips/Kconfig4
-rw-r--r--arch/mips/Kconfig.debug2
-rw-r--r--arch/openrisc/Kconfig2
-rw-r--r--arch/powerpc/platforms/Kconfig.cputype4
-rw-r--r--arch/powerpc/platforms/pseries/Kconfig2
-rw-r--r--arch/sh/Kconfig.cpu2
7 files changed, 9 insertions, 9 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu
index 8a9c767125a4..51b3274cbe71 100644
--- a/arch/m68k/Kconfig.cpu
+++ b/arch/m68k/Kconfig.cpu
@@ -7,7 +7,7 @@ choice
7 help 7 help
8 The Freescale (was Motorola) M68K family of processors implements 8 The Freescale (was Motorola) M68K family of processors implements
9 the full 68000 processor instruction set. 9 the full 68000 processor instruction set.
10 The Freescale ColdFire family of processors is a modern derivitive 10 The Freescale ColdFire family of processors is a modern derivative
11 of the 68000 processor family. They are mainly targeted at embedded 11 of the 68000 processor family. They are mainly targeted at embedded
12 applications, and are all System-On-Chip (SOC) devices, as opposed 12 applications, and are all System-On-Chip (SOC) devices, as opposed
13 to stand alone CPUs. They implement a subset of the original 68000 13 to stand alone CPUs. They implement a subset of the original 68000
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index ce30e2f91d77..923a6c3b9a0a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1001,12 +1001,12 @@ config HOLES_IN_ZONE
1001 bool 1001 bool
1002 1002
1003# 1003#
1004# Endianess selection. Sufficiently obscure so many users don't know what to 1004# Endianness selection. Sufficiently obscure so many users don't know what to
1005# answer,so we try hard to limit the available choices. Also the use of a 1005# answer,so we try hard to limit the available choices. Also the use of a
1006# choice statement should be more obvious to the user. 1006# choice statement should be more obvious to the user.
1007# 1007#
1008choice 1008choice
1009 prompt "Endianess selection" 1009 prompt "Endianness selection"
1010 help 1010 help
1011 Some MIPS machines can be configured for either little or big endian 1011 Some MIPS machines can be configured for either little or big endian
1012 byte order. These modes require different kernels and a different 1012 byte order. These modes require different kernels and a different
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug
index 83ed00a5644a..5a43aa0798ca 100644
--- a/arch/mips/Kconfig.debug
+++ b/arch/mips/Kconfig.debug
@@ -57,7 +57,7 @@ config CMDLINE
57 options. 57 options.
58 58
59config CMDLINE_OVERRIDE 59config CMDLINE_OVERRIDE
60 bool "Built-in command line overrides firware arguments" 60 bool "Built-in command line overrides firmware arguments"
61 default n 61 default n
62 depends on CMDLINE_BOOL 62 depends on CMDLINE_BOOL
63 help 63 help
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index a4787197d8fe..66dff2046987 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -141,7 +141,7 @@ config DEBUG_STACKOVERFLOW
141 bool "Check for kernel stack overflow" 141 bool "Check for kernel stack overflow"
142 default y 142 default y
143 help 143 help
144 Make extra checks for space avaliable on stack in some 144 Make extra checks for space available on stack in some
145 critical functions. This will cause kernel to run a bit slower, 145 critical functions. This will cause kernel to run a bit slower,
146 but will catch most of kernel stack overruns and exit gracefuly. 146 but will catch most of kernel stack overruns and exit gracefuly.
147 147
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index 425db18580a2..9c80fc07384a 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -258,7 +258,7 @@ config PPC_ICSWX_PID
258 default y 258 default y
259 ---help--- 259 ---help---
260 The PID register in server is used explicitly for ICSWX. In 260 The PID register in server is used explicitly for ICSWX. In
261 embedded systems PID managment is done by the system. 261 embedded systems PID management is done by the system.
262 262
263config PPC_ICSWX_USE_SIGILL 263config PPC_ICSWX_USE_SIGILL
264 bool "Should a bad CT cause a SIGILL?" 264 bool "Should a bad CT cause a SIGILL?"
@@ -266,7 +266,7 @@ config PPC_ICSWX_USE_SIGILL
266 default n 266 default n
267 ---help--- 267 ---help---
268 Should a bad CT used for "non-record form ICSWX" cause an 268 Should a bad CT used for "non-record form ICSWX" cause an
269 illegal intruction signal or should it be silent as 269 illegal instruction signal or should it be silent as
270 architected. 270 architected.
271 271
272 If in doubt, say N here. 272 If in doubt, say N here.
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig
index aadbe4f6d537..10ad207dccc2 100644
--- a/arch/powerpc/platforms/pseries/Kconfig
+++ b/arch/powerpc/platforms/pseries/Kconfig
@@ -67,7 +67,7 @@ config IO_EVENT_IRQ
67 67
68 This option will only enable the IO event platform code. You 68 This option will only enable the IO event platform code. You
69 will still need to enable or compile the actual drivers 69 will still need to enable or compile the actual drivers
70 that use this infrastruture to handle IO event interrupts. 70 that use this infrastructure to handle IO event interrupts.
71 71
72 Say Y if you are unsure. 72 Say Y if you are unsure.
73 73
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu
index ddf096c7d8bf..770ff2d5b94d 100644
--- a/arch/sh/Kconfig.cpu
+++ b/arch/sh/Kconfig.cpu
@@ -1,7 +1,7 @@
1menu "Processor features" 1menu "Processor features"
2 2
3choice 3choice
4 prompt "Endianess selection" 4 prompt "Endianness selection"
5 default CPU_LITTLE_ENDIAN 5 default CPU_LITTLE_ENDIAN
6 help 6 help
7 Some SuperH machines can be configured for either little or big 7 Some SuperH machines can be configured for either little or big