]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Kill off the unused SH_ALPHANUMERIC debug option.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 17 Dec 2008 06:36:50 +0000 (15:36 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:47 +0000 (18:44 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig.debug

index eef2fa940ce0ac1f5c8c9d690a2cdf2a853b3107..0dc340d5795ef13a80a9d2c420bfe530ed4bf15a 100644 (file)
@@ -121,22 +121,16 @@ config COMPILE_OPTIONS
        string "Additional compile arguments"
        depends on MORE_COMPILE_OPTIONS
 
-if SUPERH64
-
 config SH64_SR_WATCH
        bool "Debug: set SR.WATCH to enable hardware watchpoints and trace"
+       depends on SUPERH64
 
 config POOR_MANS_STRACE
        bool "Debug: enable rudimentary strace facility"
+       depends on SUPERH64
        help
          This option allows system calls to be traced to the console.  It also
          aids in detecting kernel stack underflow.  It is useful for debugging
          early-userland problems (e.g. init incurring fatal exceptions.)
 
-config SH_ALPHANUMERIC
-       bool "Enable debug outputs to on-board alphanumeric display"
-       depends on SH_CAYMAN
-
-endif
-
 endmenu