Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.17 30 lines 699 B view raw
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_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 19config DRM_PANEL_LD9040 20 tristate "LD9040 RGB/SPI panel" 21 depends on OF && SPI 22 select VIDEOMODE_HELPERS 23 24config DRM_PANEL_S6E8AA0 25 tristate "S6E8AA0 DSI video mode panel" 26 depends on OF 27 select DRM_MIPI_DSI 28 select VIDEOMODE_HELPERS 29 30endmenu