diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-06-11 23:10:49 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-06-13 16:43:15 +0200 |
commit | b378758658d91656b864170ad896f45269c22e2f (patch) | |
tree | afd7a700e577aa37d8c8bca81c0c844208c72c22 | |
parent | cb2f9938d0a57625644750e66373d3bf4d3a1601 (diff) | |
download | op-kernel-dev-b378758658d91656b864170ad896f45269c22e2f.zip op-kernel-dev-b378758658d91656b864170ad896f45269c22e2f.tar.gz |
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 7a58ab9..49f98bf 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1030,7 +1030,6 @@ config CPU_BIG_ENDIAN config CPU_LITTLE_ENDIAN bool "Little endian" depends on SYS_SUPPORTS_LITTLE_ENDIAN - help endchoice |