diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2010-07-06 04:32:16 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-07-06 17:38:32 +0900 |
commit | 36239c6704b71da7fb8e2a9429e159a84d0c5a3e (patch) | |
tree | f7ce51c09e4c7520a245e22bc3fdef10411d1c06 /arch/sh/boards/Kconfig | |
parent | 56c52986b163575402c2db83b2fec60234ace1e9 (diff) | |
download | linux-36239c6704b71da7fb8e2a9429e159a84d0c5a3e.tar.gz linux-36239c6704b71da7fb8e2a9429e159a84d0c5a3e.tar.xz |
sh: add sh7757lcr board support
This adds preliminary support for the sh7757lcr board.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 65abfd41bd79..90ed1ec6921d 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -165,6 +165,11 @@ config SH_HIGHLANDER select SYS_SUPPORTS_PCI select IO_TRAPPED if MMU +config SH_SH7757LCR + bool "SH7757LCR" + depends on CPU_SUBTYPE_SH7757 + select ARCH_REQUIRE_GPIOLIB + config SH_SH7785LCR bool "SH7785LCR" depends on CPU_SUBTYPE_SH7785 |