5283ecb5cc
This adds support for the Renesas SH7780 development boards, R7780RP and R7780MP. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
if SH_R7780RP
|
|
|
|
menu "R7780RP options"
|
|
|
|
config SH_R7780MP
|
|
bool "R7780MP board support"
|
|
default y
|
|
help
|
|
Selecting this option will enable support for the mass-production
|
|
version of the R7780RP. If in doubt, say Y.
|
|
|
|
endmenu
|
|
|
|
endif
|