Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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_LVDS
  9. tristate "Generic LVDS panel driver"
  10. depends on OF
  11. depends on BACKLIGHT_CLASS_DEVICE
  12. select VIDEOMODE_HELPERS
  13. help
  14. This driver supports LVDS panels that don't require device-specific
  15. handling of power supplies or control signals. It implements automatic
  16. backlight handling if the panel is attached to a backlight controller.
  17. config DRM_PANEL_SIMPLE
  18. tristate "support for simple panels"
  19. depends on OF
  20. depends on BACKLIGHT_CLASS_DEVICE
  21. select VIDEOMODE_HELPERS
  22. help
  23. DRM panel driver for dumb panels that need at most a regulator and
  24. a GPIO to be powered up. Optionally a backlight can be attached so
  25. that it can be automatically turned off when the panel goes into a
  26. low power state.
  27. config DRM_PANEL_JDI_LT070ME05000
  28. tristate "JDI LT070ME05000 WUXGA DSI panel"
  29. depends on OF
  30. depends on DRM_MIPI_DSI
  31. depends on BACKLIGHT_CLASS_DEVICE
  32. help
  33. Say Y here if you want to enable support for JDI DSI video mode
  34. panel as found in Google Nexus 7 (2013) devices.
  35. The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
  36. 24 bit per pixel.
  37. config DRM_PANEL_SAMSUNG_LD9040
  38. tristate "Samsung LD9040 RGB/SPI panel"
  39. depends on OF && SPI
  40. select VIDEOMODE_HELPERS
  41. config DRM_PANEL_LG_LG4573
  42. tristate "LG4573 RGB/SPI panel"
  43. depends on OF && SPI
  44. select VIDEOMODE_HELPERS
  45. help
  46. Say Y here if you want to enable support for LG4573 RGB panel.
  47. To compile this driver as a module, choose M here.
  48. config DRM_PANEL_PANASONIC_VVX10F034N00
  49. tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
  50. depends on OF
  51. depends on DRM_MIPI_DSI
  52. depends on BACKLIGHT_CLASS_DEVICE
  53. help
  54. Say Y here if you want to enable support for Panasonic VVX10F034N00
  55. WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
  56. Xperia Z2 tablets
  57. config DRM_PANEL_SAMSUNG_S6E3HA2
  58. tristate "Samsung S6E3HA2 DSI video mode panel"
  59. depends on OF
  60. depends on DRM_MIPI_DSI
  61. select VIDEOMODE_HELPERS
  62. config DRM_PANEL_SAMSUNG_S6E8AA0
  63. tristate "Samsung S6E8AA0 DSI video mode panel"
  64. depends on OF
  65. select DRM_MIPI_DSI
  66. select VIDEOMODE_HELPERS
  67. config DRM_PANEL_SHARP_LQ101R1SX01
  68. tristate "Sharp LQ101R1SX01 panel"
  69. depends on OF
  70. depends on DRM_MIPI_DSI
  71. depends on BACKLIGHT_CLASS_DEVICE
  72. help
  73. Say Y here if you want to enable support for Sharp LQ101R1SX01
  74. TFT-LCD modules. The panel has a 2560x1600 resolution and uses
  75. 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
  76. the host and has a built-in LED backlight.
  77. To compile this driver as a module, choose M here: the module
  78. will be called panel-sharp-lq101r1sx01.
  79. config DRM_PANEL_SHARP_LS043T1LE01
  80. tristate "Sharp LS043T1LE01 qHD video mode panel"
  81. depends on OF
  82. depends on DRM_MIPI_DSI
  83. depends on BACKLIGHT_CLASS_DEVICE
  84. help
  85. Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
  86. (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
  87. config DRM_PANEL_SITRONIX_ST7789V
  88. tristate "Sitronix ST7789V panel"
  89. depends on OF && SPI
  90. help
  91. Say Y here if you want to enable support for the Sitronix
  92. ST7789V controller for 240x320 LCD panels
  93. endmenu