1# 2# Display drivers configuration 3# 4 5menu "Display device support" 6 7config 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. 12 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. 17 18 To have support for your specific display panel you will have to 19 select the proper drivers which depend on this option. 20 21comment "Display hardware drivers" 22 depends on DISPLAY_SUPPORT 23 24endmenu 25