Kconfig (666fab4a3ea143315a9c059fad9f3a0f1365d54b) Kconfig (5933baa36e267e480bec59a752579c7581b0b2f5)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_PANEL
3 bool
4 depends on DRM
5 help
6 Panel registration and lookup framework.
7
8menu "Display Panels"

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

203 depends on OF
204 depends on DRM_MIPI_DSI
205 depends on BACKLIGHT_CLASS_DEVICE
206 help
207 Say Y here if you want to enable support for the panels built
208 around the Novatek NT35510 display controller, such as some
209 Hydis panels.
210
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_PANEL
3 bool
4 depends on DRM
5 help
6 Panel registration and lookup framework.
7
8menu "Display Panels"

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

203 depends on OF
204 depends on DRM_MIPI_DSI
205 depends on BACKLIGHT_CLASS_DEVICE
206 help
207 Say Y here if you want to enable support for the panels built
208 around the Novatek NT35510 display controller, such as some
209 Hydis panels.
210
211config DRM_PANEL_NOVATEK_NT36672A
212 tristate "Novatek NT36672A DSI panel"
213 depends on OF
214 depends on DRM_MIPI_DSI
215 depends on BACKLIGHT_CLASS_DEVICE
216 help
217 Say Y here if you want to enable support for the panels built
218 around the Novatek NT36672A display controller, such as some
219 Tianma panels used in a few Xiaomi Poco F1 mobile phones.
220
211config DRM_PANEL_NOVATEK_NT39016
212 tristate "Novatek NT39016 RGB/SPI panel"
213 depends on OF && SPI
214 depends on BACKLIGHT_CLASS_DEVICE
215 select REGMAP_SPI
216 help
217 Say Y here if you want to enable support for the panels built
218 around the Novatek NT39016 display controller.

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

356 select VIDEOMODE_HELPERS
357
358config DRM_PANEL_SAMSUNG_S6E8AA0
359 tristate "Samsung S6E8AA0 DSI video mode panel"
360 depends on OF
361 select DRM_MIPI_DSI
362 select VIDEOMODE_HELPERS
363
221config DRM_PANEL_NOVATEK_NT39016
222 tristate "Novatek NT39016 RGB/SPI panel"
223 depends on OF && SPI
224 depends on BACKLIGHT_CLASS_DEVICE
225 select REGMAP_SPI
226 help
227 Say Y here if you want to enable support for the panels built
228 around the Novatek NT39016 display controller.

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

366 select VIDEOMODE_HELPERS
367
368config DRM_PANEL_SAMSUNG_S6E8AA0
369 tristate "Samsung S6E8AA0 DSI video mode panel"
370 depends on OF
371 select DRM_MIPI_DSI
372 select VIDEOMODE_HELPERS
373
374config DRM_PANEL_SAMSUNG_SOFEF00
375 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
376 depends on OF
377 depends on DRM_MIPI_DSI
378 depends on BACKLIGHT_CLASS_DEVICE
379 select VIDEOMODE_HELPERS
380 help
381 Say Y or M here if you want to enable support for the Samsung AMOLED
382 command mode panels found in the OnePlus 6/6T smartphones.
383
384 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
385
364config DRM_PANEL_SEIKO_43WVF1G
365 tristate "Seiko 43WVF1G panel"
366 depends on OF
367 depends on BACKLIGHT_CLASS_DEVICE
368 select VIDEOMODE_HELPERS
369 help
370 Say Y here if you want to enable support for the Seiko
371 43WVF1G controller for 800x480 LCD panels

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

445config DRM_PANEL_SONY_ACX565AKM
446 tristate "Sony ACX565AKM panel"
447 depends on GPIOLIB && OF && SPI
448 depends on BACKLIGHT_CLASS_DEVICE
449 help
450 Say Y here if you want to enable support for the Sony ACX565AKM
451 800x600 3.5" panel (found on the Nokia N900).
452
386config DRM_PANEL_SEIKO_43WVF1G
387 tristate "Seiko 43WVF1G panel"
388 depends on OF
389 depends on BACKLIGHT_CLASS_DEVICE
390 select VIDEOMODE_HELPERS
391 help
392 Say Y here if you want to enable support for the Seiko
393 43WVF1G controller for 800x480 LCD panels

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

467config DRM_PANEL_SONY_ACX565AKM
468 tristate "Sony ACX565AKM panel"
469 depends on GPIOLIB && OF && SPI
470 depends on BACKLIGHT_CLASS_DEVICE
471 help
472 Say Y here if you want to enable support for the Sony ACX565AKM
473 800x600 3.5" panel (found on the Nokia N900).
474
475config DRM_PANEL_TDO_TL070WSH30
476 tristate "TDO TL070WSH30 DSI panel"
477 depends on OF
478 depends on DRM_MIPI_DSI
479 depends on BACKLIGHT_CLASS_DEVICE
480 help
481 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
482 panel module. The panel has a 1024×600 resolution and uses
483 24 bit RGB per pixel. It provides a MIPI DSI interface to
484 the host, a built-in LED backlight and touch controller.
485
453config DRM_PANEL_TPO_TD028TTEC1
454 tristate "Toppoly (TPO) TD028TTEC1 panel driver"
455 depends on OF && SPI
456 depends on BACKLIGHT_CLASS_DEVICE
457 help
458 Say Y here if you want to enable support for TPO TD028TTEC1 480x640
459 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
460

--- 42 unchanged lines hidden ---
486config DRM_PANEL_TPO_TD028TTEC1
487 tristate "Toppoly (TPO) TD028TTEC1 panel driver"
488 depends on OF && SPI
489 depends on BACKLIGHT_CLASS_DEVICE
490 help
491 Say Y here if you want to enable support for TPO TD028TTEC1 480x640
492 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
493

--- 42 unchanged lines hidden ---