]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/Kconfig
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / arch / sh / Kconfig
index 685406baab137a33b875b9ff985954fe0d1ca2b8..6ac22af2f149054d2208e02b2a3743bc087a22f3 100644 (file)
@@ -18,8 +18,18 @@ config CPU_SH4A
        bool
        select CPU_SH4
 
+config SH_32BIT
+       bool "32bit mode"
+       depends on CPU_SH4A
+       default n
+       help
+         SH4A has 2 physical memory maps. This use 32bit mode.
+         And this is board specific. Please check your board if you
+         want to use this.
+
 choice
        prompt "Target select"
+       optional
 
 config TARGET_RSK7203
        bool "RSK+ 7203"