From b6397435ec676271bd7fa1de9e62633718a754c1 Mon Sep 17 00:00:00 2001 From: Phil Edworthy Date: Thu, 10 May 2012 09:26:53 +0100 Subject: 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 Signed-off-by: Paul Mundt --- arch/sh/boards/mach-rsk/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/sh/boards/mach-rsk/Kconfig') 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 -- cgit v1.2.3