summaryrefslogtreecommitdiffstats
path: root/arch/h8300/Kconfig.debug
diff options
context:
space:
mode:
authorRalf Baechle2006-02-20 13:41:55 +0100
committerLinus Torvalds2006-02-21 05:04:19 +0100
commit35e622a67e6d2c5f7e3d3e2da92ebdb2f46db783 (patch)
tree724155d228e083b321899f9261a6a85a930be1b2 /arch/h8300/Kconfig.debug
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 (diff)
downloadkernel-qcow2-linux-35e622a67e6d2c5f7e3d3e2da92ebdb2f46db783.tar.gz
kernel-qcow2-linux-35e622a67e6d2c5f7e3d3e2da92ebdb2f46db783.tar.xz
kernel-qcow2-linux-35e622a67e6d2c5f7e3d3e2da92ebdb2f46db783.zip
[PATCH] H8/300: CONFIG_CONFIG_ doesn't fly.
All actual uses of the symbol refer to CONFIG_SH_STANDARD_BIOS so this option could never be activated on H8/300. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/h8300/Kconfig.debug')
-rw-r--r--arch/h8300/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/Kconfig.debug b/arch/h8300/Kconfig.debug
index 55034d08abff..e0e9bcb015a9 100644
--- a/arch/h8300/Kconfig.debug
+++ b/arch/h8300/Kconfig.debug
@@ -34,7 +34,7 @@ config GDB_DEBUG
help
gdb stub exception support
-config CONFIG_SH_STANDARD_BIOS
+config SH_STANDARD_BIOS
bool "Use gdb protocol serial console"
depends on (!H8300H_SIM && !H8S_SIM)
help