Kconfig 676 B

12345678910111213141516171819202122232425
  1. #
  2. # Display drivers configuration
  3. #
  4. menu "Display device support"
  5. config DISPLAY_SUPPORT
  6. tristate "Display panel/monitor support"
  7. ---help---
  8. This framework adds support for low-level control of a display.
  9. This includes support for power.
  10. Enable this to be able to choose the drivers for controlling the
  11. physical display panel/monitor on some platforms. This not only
  12. covers LCD displays for PDAs but also other types of displays
  13. such as CRT, TVout etc.
  14. To have support for your specific display panel you will have to
  15. select the proper drivers which depend on this option.
  16. comment "Display hardware drivers"
  17. depends on DISPLAY_SUPPORT
  18. endmenu