ded5431ff3
This adds support for the SH7720 (SH3-DSP) based Magic Panel R2 board. Signed-off-by: Markus Brunner <super.firetwister@gmail.com> Signed-off by: Mark Jonas <toertel@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
if SH_MAGIC_PANEL_R2
|
|
|
|
menu "Magic Panel R2 options"
|
|
|
|
config SH_MAGIC_PANEL_R2_VERSION
|
|
int SH_MAGIC_PANEL_R2_VERSION
|
|
default "3"
|
|
help
|
|
Set the version of the Magic Panel R2
|
|
|
|
endmenu
|
|
|
|
endif
|