diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-14 12:52:47 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-17 13:16:20 +0900 |
commit | 570dd7f441c2d2d2e83a9345608801c92e7d2c6f (patch) | |
tree | 611f4278240d5ac2932e3b04b7b9034b88d9d7c9 /arch | |
parent | f97eeba44571fa3d85bdbc1161de7f24496227c0 (diff) | |
download | u-boot-imx-570dd7f441c2d2d2e83a9345608801c92e7d2c6f.zip u-boot-imx-570dd7f441c2d2d2e83a9345608801c92e7d2c6f.tar.gz u-boot-imx-570dd7f441c2d2d2e83a9345608801c92e7d2c6f.tar.bz2 |
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/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 685406b..ff8f5b5 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" |