2007-03-11 23:38:59 -06:00
|
|
|
if SH_HIGHLANDER
|
2006-09-27 00:59:17 -06:00
|
|
|
|
2007-03-11 23:38:59 -06:00
|
|
|
choice
|
|
|
|
prompt "Highlander options"
|
|
|
|
default SH_R7780MP
|
|
|
|
|
|
|
|
config SH_R7780RP
|
|
|
|
bool "R7780RP-1 board support"
|
2007-05-14 02:29:12 -06:00
|
|
|
depends on CPU_SUBTYPE_SH7780
|
2006-09-27 00:59:17 -06:00
|
|
|
|
|
|
|
config SH_R7780MP
|
|
|
|
bool "R7780MP board support"
|
2007-05-14 02:29:12 -06:00
|
|
|
depends on CPU_SUBTYPE_SH7780
|
2006-09-27 00:59:17 -06:00
|
|
|
help
|
|
|
|
Selecting this option will enable support for the mass-production
|
|
|
|
version of the R7780RP. If in doubt, say Y.
|
|
|
|
|
2007-03-11 23:38:59 -06:00
|
|
|
config SH_R7785RP
|
|
|
|
bool "R7785RP board support"
|
2007-05-14 02:29:12 -06:00
|
|
|
depends on CPU_SUBTYPE_SH7785
|
2008-10-22 21:35:43 -06:00
|
|
|
select GENERIC_GPIO
|
2007-03-11 23:38:59 -06:00
|
|
|
|
|
|
|
endchoice
|
2006-09-27 00:59:17 -06:00
|
|
|
|
|
|
|
endif
|