Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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_JDI_LT070ME05000
  19. tristate "JDI LT070ME05000 WUXGA DSI panel"
  20. depends on OF
  21. depends on DRM_MIPI_DSI
  22. depends on BACKLIGHT_CLASS_DEVICE
  23. help
  24. Say Y here if you want to enable support for JDI DSI video mode
  25. panel as found in Google Nexus 7 (2013) devices.
  26. The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
  27. 24 bit per pixel.
  28. config DRM_PANEL_SAMSUNG_LD9040
  29. tristate "Samsung LD9040 RGB/SPI panel"
  30. depends on OF && SPI
  31. select VIDEOMODE_HELPERS
  32. config DRM_PANEL_LG_LG4573
  33. tristate "LG4573 RGB/SPI panel"
  34. depends on OF && SPI
  35. select VIDEOMODE_HELPERS
  36. help
  37. Say Y here if you want to enable support for LG4573 RGB panel.
  38. To compile this driver as a module, choose M here.
  39. config DRM_PANEL_PANASONIC_VVX10F034N00
  40. tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
  41. depends on OF
  42. depends on DRM_MIPI_DSI
  43. depends on BACKLIGHT_CLASS_DEVICE
  44. help
  45. Say Y here if you want to enable support for Panasonic VVX10F034N00
  46. WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
  47. Xperia Z2 tablets
  48. config DRM_PANEL_SAMSUNG_S6E8AA0
  49. tristate "Samsung S6E8AA0 DSI video mode panel"
  50. depends on OF
  51. select DRM_MIPI_DSI
  52. select VIDEOMODE_HELPERS
  53. config DRM_PANEL_SHARP_LQ101R1SX01
  54. tristate "Sharp LQ101R1SX01 panel"
  55. depends on OF
  56. depends on DRM_MIPI_DSI
  57. depends on BACKLIGHT_CLASS_DEVICE
  58. help
  59. Say Y here if you want to enable support for Sharp LQ101R1SX01
  60. TFT-LCD modules. The panel has a 2560x1600 resolution and uses
  61. 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
  62. the host and has a built-in LED backlight.
  63. To compile this driver as a module, choose M here: the module
  64. will be called panel-sharp-lq101r1sx01.
  65. config DRM_PANEL_SHARP_LS043T1LE01
  66. tristate "Sharp LS043T1LE01 qHD video mode panel"
  67. depends on OF
  68. depends on DRM_MIPI_DSI
  69. depends on BACKLIGHT_CLASS_DEVICE
  70. help
  71. Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
  72. (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
  73. endmenu