diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-06-11 17:10:49 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-06-13 10:43:15 -0400 |
commit | b378758658d91656b864170ad896f45269c22e2f (patch) | |
tree | afd7a700e577aa37d8c8bca81c0c844208c72c22 | |
parent | cb2f9938d0a57625644750e66373d3bf4d3a1601 (diff) |
MIPS: Kconfig: Remove extranous help keyword.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7a58ab933b20..49f98bf9e89d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1030,7 +1030,6 @@ config CPU_BIG_ENDIAN | |||
1030 | config CPU_LITTLE_ENDIAN | 1030 | config CPU_LITTLE_ENDIAN |
1031 | bool "Little endian" | 1031 | bool "Little endian" |
1032 | depends on SYS_SUPPORTS_LITTLE_ENDIAN | 1032 | depends on SYS_SUPPORTS_LITTLE_ENDIAN |
1033 | help | ||
1034 | 1033 | ||
1035 | endchoice | 1034 | endchoice |
1036 | 1035 | ||