32351a28a7
This adds preliminary support for the SH7785-based Highlander board. Some of the Highlander support code is reordered so that most of it can be reused directly. This also plugs in missing SH7785 checks in the places that need it, as this is the first board to support the CPU. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
25 lines
444 B
Plaintext
25 lines
444 B
Plaintext
if SH_HIGHLANDER
|
|
|
|
choice
|
|
prompt "Highlander options"
|
|
default SH_R7780MP
|
|
|
|
config SH_R7780RP
|
|
bool "R7780RP-1 board support"
|
|
select CPU_SUBTYPE_SH7780
|
|
|
|
config SH_R7780MP
|
|
bool "R7780MP board support"
|
|
select CPU_SUBTYPE_SH7780
|
|
help
|
|
Selecting this option will enable support for the mass-production
|
|
version of the R7780RP. If in doubt, say Y.
|
|
|
|
config SH_R7785RP
|
|
bool "R7785RP board support"
|
|
select CPU_SUBTYPE_SH7785
|
|
|
|
endchoice
|
|
|
|
endif
|