]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/sh/boards/mach-highlander/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / sh / boards / mach-highlander / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
32351a28 2if SH_HIGHLANDER
5283ecb5 3
32351a28
PM
4choice
5 prompt "Highlander options"
6 default SH_R7780MP
7
8config SH_R7780RP
9 bool "R7780RP-1 board support"
f3d22298 10 depends on CPU_SUBTYPE_SH7780
5283ecb5
PM
11
12config SH_R7780MP
13 bool "R7780MP board support"
f3d22298 14 depends on CPU_SUBTYPE_SH7780
5283ecb5
PM
15 help
16 Selecting this option will enable support for the mass-production
17 version of the R7780RP. If in doubt, say Y.
18
32351a28
PM
19config SH_R7785RP
20 bool "R7785RP board support"
f3d22298 21 depends on CPU_SUBTYPE_SH7785
fdcfdfa1 22 select GPIOLIB
32351a28
PM
23
24endchoice
5283ecb5
PM
25
26endif