Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / video / display / Kconfig
blobf99af931d4f8a72f7e32b8fc06d88ed4bad1889e
2 # Display drivers configuration
5 menu "Display device support"
7 config DISPLAY_SUPPORT
8         tristate "Display panel/monitor support"
9         ---help---
10           This framework adds support for low-level control of a display.
11           This includes support for power.
13           Enable this to be able to choose the drivers for controlling the
14           physical display panel/monitor on some platforms. This not only
15           covers LCD displays for PDAs but also other types of displays
16           such as CRT, TVout etc.
18           To have support for your specific display panel you will have to
19           select the proper drivers which depend on this option.
21 comment "Display hardware drivers"
22         depends on DISPLAY_SUPPORT
24 endmenu