diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 05:04:55 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 05:04:55 -0400 |
commit | 137a84acae1235774a0c3f7a4073f49d1438f336 (patch) | |
tree | 0dd186a223b78a5a6ab1d44412268a05d84e4f48 /arch | |
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')
-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 | |||
28 | 28 | ||
29 | config SH_ALPHANUMERIC | 29 | config SH_ALPHANUMERIC |
30 | bool "Enable debug outputs to on-board alphanumeric display" | 30 | bool "Enable debug outputs to on-board alphanumeric display" |
31 | depends on SH_CAYMAN | ||
31 | 32 | ||
32 | config SH_NO_BSS_INIT | 33 | config SH_NO_BSS_INIT |
33 | bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)" | 34 | bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)" |