Kconfig (c6380ecd8e9bee7aba3d9a5a94b58168244c4a61) Kconfig (2b7ed18bed1ade79aa538c8e3dc2cc5c0889fa96)
1config DRM_PANEL
2 bool
3 depends on DRM
4 help
5 Panel registration and lookup framework.
6
7menu "Display Panels"
8 depends on DRM && DRM_PANEL
9
1config DRM_PANEL
2 bool
3 depends on DRM
4 help
5 Panel registration and lookup framework.
6
7menu "Display Panels"
8 depends on DRM && DRM_PANEL
9
10config DRM_PANEL_ARM_VERSATILE
11 tristate "ARM Versatile panel driver"
12 depends on OF
13 depends on MFD_SYSCON
14 select VIDEOMODE_HELPERS
15 help
16 This driver supports the ARM Versatile panels connected to ARM
17 reference designs. The panel is detected using special registers
18 in the Versatile family syscon registers.
19
10config DRM_PANEL_LVDS
11 tristate "Generic LVDS panel driver"
12 depends on OF
13 depends on BACKLIGHT_CLASS_DEVICE
14 select VIDEOMODE_HELPERS
15 help
16 This driver supports LVDS panels that don't require device-specific
17 handling of power supplies or control signals. It implements automatic

--- 75 unchanged lines hidden (view full) ---

93config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
94 tristate "Raspberry Pi 7-inch touchscreen panel"
95 depends on DRM_MIPI_DSI
96 help
97 Say Y here if you want to enable support for the Raspberry
98 Pi 7" Touchscreen. To compile this driver as a module,
99 choose M here.
100
20config DRM_PANEL_LVDS
21 tristate "Generic LVDS panel driver"
22 depends on OF
23 depends on BACKLIGHT_CLASS_DEVICE
24 select VIDEOMODE_HELPERS
25 help
26 This driver supports LVDS panels that don't require device-specific
27 handling of power supplies or control signals. It implements automatic

--- 75 unchanged lines hidden (view full) ---

103config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
104 tristate "Raspberry Pi 7-inch touchscreen panel"
105 depends on DRM_MIPI_DSI
106 help
107 Say Y here if you want to enable support for the Raspberry
108 Pi 7" Touchscreen. To compile this driver as a module,
109 choose M here.
110
111config DRM_PANEL_RAYDIUM_RM68200
112 tristate "Raydium RM68200 720x1280 DSI video mode panel"
113 depends on OF
114 depends on DRM_MIPI_DSI
115 help
116 Say Y here if you want to enable support for Raydium RM68200
117 720x1280 DSI video mode panel.
118
101config DRM_PANEL_SAMSUNG_S6E3HA2
102 tristate "Samsung S6E3HA2 DSI video mode panel"
103 depends on OF
104 depends on DRM_MIPI_DSI
105 depends on BACKLIGHT_CLASS_DEVICE
106 select VIDEOMODE_HELPERS
107
108config DRM_PANEL_SAMSUNG_S6E63J0X03

--- 53 unchanged lines hidden ---
119config DRM_PANEL_SAMSUNG_S6E3HA2
120 tristate "Samsung S6E3HA2 DSI video mode panel"
121 depends on OF
122 depends on DRM_MIPI_DSI
123 depends on BACKLIGHT_CLASS_DEVICE
124 select VIDEOMODE_HELPERS
125
126config DRM_PANEL_SAMSUNG_S6E63J0X03

--- 53 unchanged lines hidden ---