diff options
author | Paul Mundt | 2007-10-01 18:04:55 +0900 |
---|---|---|
committer | Paul Mundt | 2007-10-01 18:04:55 +0900 |
commit | 137a84acae1235774a0c3f7a4073f49d1438f336 (patch) | |
tree | 0dd186a223b78a5a6ab1d44412268a05d84e4f48 /arch/sh64/Kconfig.debug | |
parent | 40ebfdbf5320e5b93399bef11a02cd36d095952e (diff) |
sh64: alphanumeric display only on Cayman.
Dependency cleanup. The non-cayman boards don't have the mach callbacks
for this and build error badness ensues.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/Kconfig.debug')
-rw-r--r-- | arch/sh64/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/Kconfig.debug b/arch/sh64/Kconfig.debug index f3355ce6647e..3d87acc97920 100644 --- a/arch/sh64/Kconfig.debug +++ b/arch/sh64/Kconfig.debug @@ -28,6 +28,7 @@ config POOR_MANS_STRACE config SH_ALPHANUMERIC bool "Enable debug outputs to on-board alphanumeric display" + depends on SH_CAYMAN config SH_NO_BSS_INIT bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)" |