]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/Kconfig
sh: Move SH_32BIT to Kconfig
[karo-tx-uboot.git] / arch / sh / Kconfig
index 685406baab137a33b875b9ff985954fe0d1ca2b8..ff8f5b5ce8d6887a11f32c5fe4d0fabd7b0fb015 100644 (file)
@@ -18,6 +18,15 @@ 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"