diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2012-05-10 10:26:53 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-10 10:20:01 +0200 |
commit | b6397435ec676271bd7fa1de9e62633718a754c1 (patch) | |
tree | 85eda93d621e4b2edf2b79891c43fe94e3b3af99 /arch/sh/boards/mach-rsk/Kconfig | |
parent | sh: Add sh7269 device (diff) | |
download | linux-b6397435ec676271bd7fa1de9e62633718a754c1.tar.xz linux-b6397435ec676271bd7fa1de9e62633718a754c1.zip |
sh: Add RSK2+SH7269 board
The RSK2+SH7269 board uses the SH7269 processor. It is often
referred to as just rsk7269. NOR Flash, SDRAM, serial, USB Host and
ethernet are working.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-rsk/Kconfig')
-rw-r--r-- | arch/sh/boards/mach-rsk/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-rsk/Kconfig b/arch/sh/boards/mach-rsk/Kconfig index 4315af511649..458a11ffd022 100644 --- a/arch/sh/boards/mach-rsk/Kconfig +++ b/arch/sh/boards/mach-rsk/Kconfig @@ -18,6 +18,11 @@ config SH_RSK7264 select ARCH_REQUIRE_GPIOLIB depends on CPU_SUBTYPE_SH7264 +config SH_RSK7269 + bool "RSK2+SH7269" + select ARCH_REQUIRE_GPIOLIB + depends on CPU_SUBTYPE_SH7269 + endchoice endif |