drm/panel: add ld9040 driver
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / panel / Kconfig
1 config DRM_PANEL
2         bool
3         depends on DRM
4         help
5           Panel registration and lookup framework.
6
7 menu "Display Panels"
8         depends on DRM_PANEL
9
10 config DRM_PANEL_SIMPLE
11         tristate "support for simple panels"
12         depends on OF
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
19 config DRM_PANEL_LD9040
20         tristate "LD9040 RGB/SPI panel"
21         depends on DRM && DRM_PANEL
22         depends on OF
23         select SPI
24         select VIDEOMODE_HELPERS
25
26 endmenu