summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-14 12:52:47 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-17 13:16:20 +0900
commit570dd7f441c2d2d2e83a9345608801c92e7d2c6f (patch)
tree611f4278240d5ac2932e3b04b7b9034b88d9d7c9 /arch
parentf97eeba44571fa3d85bdbc1161de7f24496227c0 (diff)
downloadtalos-obmc-uboot-570dd7f441c2d2d2e83a9345608801c92e7d2c6f.tar.gz
talos-obmc-uboot-570dd7f441c2d2d2e83a9345608801c92e7d2c6f.zip
sh: Move SH_32BIT to Kconfig
This moves SH_32BIT to Kconfig, and removes SH_32BIT from config files. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 685406baab..ff8f5b5ce8 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -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"
OpenPOWER on IntegriCloud