Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / sh / boards / mach-highlander / Kconfig
blobb0abd03cac4e57d5e5673fa7e3ec832771e8dcca
1 # SPDX-License-Identifier: GPL-2.0
2 if SH_HIGHLANDER
4 choice
5         prompt "Highlander options"
6         default SH_R7780MP
8 config SH_R7780RP
9         bool "R7780RP-1 board support"
10         depends on CPU_SUBTYPE_SH7780
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.
19 config SH_R7785RP
20         bool "R7785RP board support"
21         depends on CPU_SUBTYPE_SH7785
22         select GPIOLIB
24 endchoice
26 endif