mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00

The RSK2+SH7264 board uses the sh7264 processor. It is often referred to as just rsk7264. 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>
22 lines
310 B
Text
22 lines
310 B
Text
if SH_RSK
|
|
|
|
choice
|
|
prompt "RSK+ options"
|
|
default SH_RSK7203
|
|
|
|
config SH_RSK7201
|
|
bool "RSK7201"
|
|
depends on CPU_SUBTYPE_SH7201
|
|
|
|
config SH_RSK7203
|
|
bool "RSK7203"
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
depends on CPU_SUBTYPE_SH7203
|
|
|
|
config SH_RSK7264
|
|
bool "RSK2+SH7264"
|
|
depends on CPU_SUBTYPE_SH7264
|
|
|
|
endchoice
|
|
|
|
endif
|