[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>
This commit is contained in:
committed by
Linus Torvalds
parent
f24211e7b3
commit
35e622a67e
@@ -34,7 +34,7 @@ config GDB_DEBUG
|
|||||||
help
|
help
|
||||||
gdb stub exception support
|
gdb stub exception support
|
||||||
|
|
||||||
config CONFIG_SH_STANDARD_BIOS
|
config SH_STANDARD_BIOS
|
||||||
bool "Use gdb protocol serial console"
|
bool "Use gdb protocol serial console"
|
||||||
depends on (!H8300H_SIM && !H8S_SIM)
|
depends on (!H8300H_SIM && !H8S_SIM)
|
||||||
help
|
help
|
||||||
|
@@ -328,7 +328,7 @@ CONFIG_FULLDEBUG=y
|
|||||||
CONFIG_NO_KERNEL_MSG=y
|
CONFIG_NO_KERNEL_MSG=y
|
||||||
# CONFIG_SYSCALL_PRINT is not set
|
# CONFIG_SYSCALL_PRINT is not set
|
||||||
# CONFIG_GDB_DEBUG is not set
|
# CONFIG_GDB_DEBUG is not set
|
||||||
# CONFIG_CONFIG_SH_STANDARD_BIOS is not set
|
# CONFIG_SH_STANDARD_BIOS is not set
|
||||||
# CONFIG_DEFAULT_CMDLINE is not set
|
# CONFIG_DEFAULT_CMDLINE is not set
|
||||||
# CONFIG_BLKDEV_RESERVE is not set
|
# CONFIG_BLKDEV_RESERVE is not set
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user