From: Paul Mundt Date: Mon, 1 Oct 2007 09:04:55 +0000 (+0900) Subject: sh64: alphanumeric display only on Cayman. X-Git-Tag: v2.6.24-rc1~1376^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=137a84acae1235774a0c3f7a4073f49d1438f336;p=karo-tx-linux.git 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 --- 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)"