diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2009-03-10 07:50:44 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-10 07:50:44 +0100 |
commit | df4d4f1a47ed6080c7b4010149126bd1013dc3f1 (patch) | |
tree | 4f7174e4b322ad81c0702b3aa2e34030b644e86f /arch/sh/boards/Kconfig | |
parent | sh: Support fixed 32-bit PMB mappings from bootloader. (diff) | |
download | linux-df4d4f1a47ed6080c7b4010149126bd1013dc3f1.tar.xz linux-df4d4f1a47ed6080c7b4010149126bd1013dc3f1.zip |
sh: sh7785lcr: Updates for fixed PMB.
Add a new defconfig for SH7785LCR in 32-bit mode, and update the power
off code to avoid 29-bit assumptions.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 694abecf6025..bd3569a99341 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -155,7 +155,7 @@ config SH_SH7785LCR config SH_SH7785LCR_29BIT_PHYSMAPS bool "SH7785LCR 29bit physmaps" - depends on SH_SH7785LCR + depends on SH_SH7785LCR && 29BIT default y help This board has 2 physical memory maps. It can be changed with |