1# SPDX-License-Identifier: GPL-2.0 2if SH_HIGHLANDER 3 4choice 5 prompt "Highlander options" 6 default SH_R7780MP 7 8config SH_R7780RP 9 bool "R7780RP-1 board support" 10 depends on CPU_SUBTYPE_SH7780 11 12config 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 19config SH_R7785RP 20 bool "R7785RP board support" 21 depends on CPU_SUBTYPE_SH7785 22 select GPIOLIB 23 24endchoice 25 26endif 27