mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
|