GNU Linux-libre 4.14.290-gnu1
[releases.git] / arch / sh / boards / mach-highlander / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 if SH_HIGHLANDER
3
4 choice
5         prompt "Highlander options"
6         default SH_R7780MP
7
8 config SH_R7780RP
9         bool "R7780RP-1 board support"
10         depends on CPU_SUBTYPE_SH7780
11
12 config SH_R7780MP
13         bool "R7780MP board support"
14         depends on CPU_SUBTYPE_SH7780
15         help
16           Selecting this option will enable support for the mass-production
17           version of the R7780RP. If in doubt, say Y.
18
19 config SH_R7785RP
20         bool "R7785RP board support"
21         depends on CPU_SUBTYPE_SH7785
22         select GPIOLIB
23
24 endchoice
25
26 endif