]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/sh/boards/mach-rsk/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / sh / boards / mach-rsk / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ea0aac1e
PM
2if SH_RSK
3
4choice
5 prompt "RSK+ options"
6 default SH_RSK7203
7
8config SH_RSK7201
9 bool "RSK7201"
10 depends on CPU_SUBTYPE_SH7201
11
12config SH_RSK7203
13 bool "RSK7203"
fdcfdfa1 14 select GPIOLIB
ea0aac1e
PM
15 depends on CPU_SUBTYPE_SH7203
16
d584e204
PE
17config SH_RSK7264
18 bool "RSK2+SH7264"
fdcfdfa1 19 select GPIOLIB
d584e204
PE
20 depends on CPU_SUBTYPE_SH7264
21
b6397435
PE
22config SH_RSK7269
23 bool "RSK2+SH7269"
fdcfdfa1 24 select GPIOLIB
b6397435
PE
25 depends on CPU_SUBTYPE_SH7269
26
ea0aac1e
PM
27endchoice
28
29endif