mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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
|