Kconfig 202 B

123456789101112131415
  1. if SH_MIGOR
  2. choice
  3. prompt "Migo-R LCD Panel Board Selection"
  4. default SH_MIGOR_QVGA
  5. config SH_MIGOR_QVGA
  6. bool "QVGA (320x240)"
  7. config SH_MIGOR_RTA_WVGA
  8. bool "RTA WVGA (800x480)"
  9. endchoice
  10. endif