Kconfig (7220a310b9fbe431951e31487f7ae92498420e52) Kconfig (4fca6849864d78e55f005115c143257e6566c89c)
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"

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

512 depends on OF
513 depends on DRM_MIPI_DSI
514 depends on BACKLIGHT_CLASS_DEVICE
515 help
516 Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode
517 LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit
518 RGB per pixel.
519
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"

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

512 depends on OF
513 depends on DRM_MIPI_DSI
514 depends on BACKLIGHT_CLASS_DEVICE
515 help
516 Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode
517 LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit
518 RGB per pixel.
519
520config DRM_PANEL_NOVATEK_NT37801
521 tristate "Novatek NT37801/NT37810 AMOLED DSI panel"
522 depends on OF
523 depends on DRM_MIPI_DSI
524 depends on BACKLIGHT_CLASS_DEVICE
525 help
526 Say Y here if you want to enable support for Novatek NT37801 (or
527 NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200
528 resolution.
529
520config DRM_PANEL_NOVATEK_NT39016
521 tristate "Novatek NT39016 RGB/SPI panel"
522 depends on OF && SPI
523 depends on BACKLIGHT_CLASS_DEVICE
524 select REGMAP_SPI
525 help
526 Say Y here if you want to enable support for the panels built
527 around the Novatek NT39016 display controller.

--- 560 unchanged lines hidden ---
530config DRM_PANEL_NOVATEK_NT39016
531 tristate "Novatek NT39016 RGB/SPI panel"
532 depends on OF && SPI
533 depends on BACKLIGHT_CLASS_DEVICE
534 select REGMAP_SPI
535 help
536 Say Y here if you want to enable support for the panels built
537 around the Novatek NT39016 display controller.

--- 560 unchanged lines hidden ---