Kconfig 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. config DRM_PANEL
  2. bool
  3. depends on DRM
  4. help
  5. Panel registration and lookup framework.
  6. menu "Display Panels"
  7. depends on DRM && DRM_PANEL
  8. config DRM_PANEL_SIMPLE
  9. tristate "support for simple panels"
  10. depends on OF
  11. depends on BACKLIGHT_CLASS_DEVICE
  12. select VIDEOMODE_HELPERS
  13. help
  14. DRM panel driver for dumb panels that need at most a regulator and
  15. a GPIO to be powered up. Optionally a backlight can be attached so
  16. that it can be automatically turned off when the panel goes into a
  17. low power state.
  18. config DRM_PANEL_SAMSUNG_LD9040
  19. tristate "Samsung LD9040 RGB/SPI panel"
  20. depends on OF && SPI
  21. select VIDEOMODE_HELPERS
  22. config DRM_PANEL_LG_LG4573
  23. tristate "LG4573 RGB/SPI panel"
  24. depends on OF && SPI
  25. select VIDEOMODE_HELPERS
  26. help
  27. Say Y here if you want to enable support for LG4573 RGB panel.
  28. To compile this driver as a module, choose M here.
  29. config DRM_PANEL_PANASONIC_VVX10F034N00
  30. tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
  31. depends on OF
  32. depends on DRM_MIPI_DSI
  33. depends on BACKLIGHT_CLASS_DEVICE
  34. help
  35. Say Y here if you want to enable support for Panasonic VVX10F034N00
  36. WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
  37. Xperia Z2 tablets
  38. config DRM_PANEL_SAMSUNG_S6E8AA0
  39. tristate "Samsung S6E8AA0 DSI video mode panel"
  40. depends on OF
  41. select DRM_MIPI_DSI
  42. select VIDEOMODE_HELPERS
  43. config DRM_PANEL_SHARP_LQ101R1SX01
  44. tristate "Sharp LQ101R1SX01 panel"
  45. depends on OF
  46. depends on DRM_MIPI_DSI
  47. depends on BACKLIGHT_CLASS_DEVICE
  48. help
  49. Say Y here if you want to enable support for Sharp LQ101R1SX01
  50. TFT-LCD modules. The panel has a 2560x1600 resolution and uses
  51. 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
  52. the host and has a built-in LED backlight.
  53. To compile this driver as a module, choose M here: the module
  54. will be called panel-sharp-lq101r1sx01.
  55. config DRM_PANEL_SHARP_LS043T1LE01
  56. tristate "Sharp LS043T1LE01 qHD video mode panel"
  57. depends on OF
  58. depends on DRM_MIPI_DSI
  59. depends on BACKLIGHT_CLASS_DEVICE
  60. help
  61. Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
  62. (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
  63. endmenu