]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Plug in SH-X3 SCIF0 for sercon earlyprintk.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 7 Aug 2007 09:52:29 +0000 (18:52 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:48 +0000 (11:57 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig.debug

index 52f6a99c8ecc6064ebbe6b50dfd2d262d2d15cd5..6eb31bcc1e214a1036d2e48120e8cec02d54dd77 100644 (file)
@@ -28,13 +28,15 @@ config EARLY_SCIF_CONSOLE
          serial I/O.
 
 config EARLY_SCIF_CONSOLE_PORT
-       hex "SCIF port for early console"
+       hex
        depends on EARLY_SCIF_CONSOLE
        default "0xffe00000" if CPU_SUBTYPE_SH7780
        default "0xfffe9800" if CPU_SUBTYPE_SH7206
        default "0xf8420000" if CPU_SUBTYPE_SH7619
        default "0xa4400000" if CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7705
+       default "0xffc30000" if CPU_SUBTYPE_SHX3
        default "0xffe80000" if CPU_SH4
+       default "0x00000000"
 
 config EARLY_PRINTK
        bool "Early printk support"