Kconfig (15f99cbd071aa402e113d342448603344a337046) Kconfig (b6397435ec676271bd7fa1de9e62633718a754c1)
1if SH_RSK
2
3choice
4 prompt "RSK+ options"
5 default SH_RSK7203
6
7config SH_RSK7201
8 bool "RSK7201"

--- 4 unchanged lines hidden (view full) ---

13 select ARCH_REQUIRE_GPIOLIB
14 depends on CPU_SUBTYPE_SH7203
15
16config SH_RSK7264
17 bool "RSK2+SH7264"
18 select ARCH_REQUIRE_GPIOLIB
19 depends on CPU_SUBTYPE_SH7264
20
1if SH_RSK
2
3choice
4 prompt "RSK+ options"
5 default SH_RSK7203
6
7config SH_RSK7201
8 bool "RSK7201"

--- 4 unchanged lines hidden (view full) ---

13 select ARCH_REQUIRE_GPIOLIB
14 depends on CPU_SUBTYPE_SH7203
15
16config SH_RSK7264
17 bool "RSK2+SH7264"
18 select ARCH_REQUIRE_GPIOLIB
19 depends on CPU_SUBTYPE_SH7264
20
21config SH_RSK7269
22 bool "RSK2+SH7269"
23 select ARCH_REQUIRE_GPIOLIB
24 depends on CPU_SUBTYPE_SH7269
25
21endchoice
22
23endif
26endchoice
27
28endif