xref: /linux/arch/sh/boards/mach-rsk/Kconfig (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2ea0aac1eSPaul Mundtif SH_RSK
3ea0aac1eSPaul Mundt
4ea0aac1eSPaul Mundtchoice
5ea0aac1eSPaul Mundt	prompt "RSK+ options"
6ea0aac1eSPaul Mundt	default SH_RSK7203
7ea0aac1eSPaul Mundt
8ea0aac1eSPaul Mundtconfig SH_RSK7201
9ea0aac1eSPaul Mundt	bool "RSK7201"
10ea0aac1eSPaul Mundt	depends on CPU_SUBTYPE_SH7201
11ea0aac1eSPaul Mundt
12ea0aac1eSPaul Mundtconfig SH_RSK7203
13ea0aac1eSPaul Mundt	bool "RSK7203"
14fdcfdfa1SLinus Walleij	select GPIOLIB
15ea0aac1eSPaul Mundt	depends on CPU_SUBTYPE_SH7203
16ea0aac1eSPaul Mundt
17d584e204SPhil Edworthyconfig SH_RSK7264
18d584e204SPhil Edworthy	bool "RSK2+SH7264"
19fdcfdfa1SLinus Walleij	select GPIOLIB
20d584e204SPhil Edworthy	depends on CPU_SUBTYPE_SH7264
21d584e204SPhil Edworthy
22b6397435SPhil Edworthyconfig SH_RSK7269
23b6397435SPhil Edworthy	bool "RSK2+SH7269"
24fdcfdfa1SLinus Walleij	select GPIOLIB
25b6397435SPhil Edworthy	depends on CPU_SUBTYPE_SH7269
26b6397435SPhil Edworthy
27ea0aac1eSPaul Mundtendchoice
28ea0aac1eSPaul Mundt
29ea0aac1eSPaul Mundtendif
30