GNU Linux-libre 4.14.266-gnu1
[releases.git] / arch / sh / boards / mach-rsk / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 if SH_RSK
3
4 choice
5         prompt "RSK+ options"
6         default SH_RSK7203
7
8 config SH_RSK7201
9         bool "RSK7201"
10         depends on CPU_SUBTYPE_SH7201
11
12 config SH_RSK7203
13         bool "RSK7203"
14         select GPIOLIB
15         depends on CPU_SUBTYPE_SH7203
16
17 config SH_RSK7264
18         bool "RSK2+SH7264"
19         select GPIOLIB
20         depends on CPU_SUBTYPE_SH7264
21
22 config SH_RSK7269
23         bool "RSK2+SH7269"
24         select GPIOLIB
25         depends on CPU_SUBTYPE_SH7269
26
27 endchoice
28
29 endif