blob: 42f5589b4bf312f3ad80e002ac9cad4979e10840 [file] [log] [blame]
Paul Mundt32351a22007-03-12 14:38:59 +09001if SH_HIGHLANDER
Paul Mundt5283ecb2006-09-27 15:59:17 +09002
Paul Mundt32351a22007-03-12 14:38:59 +09003choice
4 prompt "Highlander options"
5 default SH_R7780MP
6
7config SH_R7780RP
8 bool "R7780RP-1 board support"
Paul Mundtf3d22292007-05-14 17:29:12 +09009 depends on CPU_SUBTYPE_SH7780
Paul Mundt5283ecb2006-09-27 15:59:17 +090010
11config SH_R7780MP
12 bool "R7780MP board support"
Paul Mundtf3d22292007-05-14 17:29:12 +090013 depends on CPU_SUBTYPE_SH7780
Paul Mundt5283ecb2006-09-27 15:59:17 +090014 help
15 Selecting this option will enable support for the mass-production
16 version of the R7780RP. If in doubt, say Y.
17
Paul Mundt32351a22007-03-12 14:38:59 +090018config SH_R7785RP
19 bool "R7785RP board support"
Paul Mundtf3d22292007-05-14 17:29:12 +090020 depends on CPU_SUBTYPE_SH7785
Linus Walleijfdcfdfa2016-04-19 13:26:08 +020021 select GPIOLIB
Paul Mundt32351a22007-03-12 14:38:59 +090022
23endchoice
Paul Mundt5283ecb2006-09-27 15:59:17 +090024
25endif