Kconfig 193 B

12345678910111213
  1. if SH_MAGIC_PANEL_R2
  2. menu "Magic Panel R2 options"
  3. config SH_MAGIC_PANEL_R2_VERSION
  4. int SH_MAGIC_PANEL_R2_VERSION
  5. default "3"
  6. help
  7. Set the version of the Magic Panel R2
  8. endmenu
  9. endif