]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/panel/Kconfig
Merge remote-tracking branch 'md/for-next'
[karo-tx-linux.git] / drivers / gpu / drm / panel / Kconfig
1 menuconfig DRM_PANEL
2         bool "DRM panel support"
3         help
4           Panel registration and lookup framework.
5
6 if DRM_PANEL
7
8 config DRM_PANEL_SIMPLE
9         bool "support for simple panels"
10         depends on OF
11         help
12           DRM panel driver for dumb panels that need at most a regulator and
13           a GPIO to be powered up. Optionally a backlight can be attached so
14           that it can be automatically turned off when the panel goes into a
15           low power state.
16
17 endif