blob: 458a11ffd022106d3cdd2f8a233f98426702e06d [file] [log] [blame]
Paul Mundtea0aac12008-12-08 14:32:03 +09001if SH_RSK
2
3choice
4 prompt "RSK+ options"
5 default SH_RSK7203
6
7config SH_RSK7201
8 bool "RSK7201"
9 depends on CPU_SUBTYPE_SH7201
10
11config SH_RSK7203
12 bool "RSK7203"
Paul Mundtae5e6d02009-01-07 17:16:25 +090013 select ARCH_REQUIRE_GPIOLIB
Paul Mundtea0aac12008-12-08 14:32:03 +090014 depends on CPU_SUBTYPE_SH7203
15
Phil Edworthyd584e202012-05-09 07:59:28 +010016config SH_RSK7264
17 bool "RSK2+SH7264"
Phil Edworthy41797f72012-05-09 07:59:29 +010018 select ARCH_REQUIRE_GPIOLIB
Phil Edworthyd584e202012-05-09 07:59:28 +010019 depends on CPU_SUBTYPE_SH7264
20
Phil Edworthyb6397432012-05-10 09:26:53 +010021config SH_RSK7269
22 bool "RSK2+SH7269"
23 select ARCH_REQUIRE_GPIOLIB
24 depends on CPU_SUBTYPE_SH7269
25
Paul Mundtea0aac12008-12-08 14:32:03 +090026endchoice
27
28endif