Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #
  2. # Backlight & LCD drivers configuration
  3. #
  4. menuconfig BACKLIGHT_LCD_SUPPORT
  5. bool "Backlight & LCD device support"
  6. help
  7. Enable this to be able to choose the drivers for controlling the
  8. backlight and the LCD panel on some platforms, for example on PDAs.
  9. config BACKLIGHT_CLASS_DEVICE
  10. tristate "Lowlevel Backlight controls"
  11. depends on BACKLIGHT_LCD_SUPPORT
  12. default m
  13. help
  14. This framework adds support for low-level control of the LCD
  15. backlight. This includes support for brightness and power.
  16. To have support for your specific LCD panel you will have to
  17. select the proper drivers which depend on this option.
  18. config BACKLIGHT_DEVICE
  19. bool
  20. depends on BACKLIGHT_CLASS_DEVICE
  21. default y
  22. config LCD_CLASS_DEVICE
  23. tristate "Lowlevel LCD controls"
  24. depends on BACKLIGHT_LCD_SUPPORT
  25. default m
  26. help
  27. This framework adds support for low-level control of LCD.
  28. Some framebuffer devices connect to platform-specific LCD modules
  29. in order to have a platform-specific way to control the flat panel
  30. (contrast and applying power to the LCD (not to the backlight!)).
  31. To have support for your specific LCD panel you will have to
  32. select the proper drivers which depend on this option.
  33. config LCD_DEVICE
  34. bool
  35. depends on LCD_CLASS_DEVICE
  36. default y
  37. config BACKLIGHT_CORGI
  38. tristate "Sharp Corgi Backlight Driver (SL-C7xx Series)"
  39. depends on BACKLIGHT_DEVICE && PXA_SHARPSL
  40. default y
  41. help
  42. If you have a Sharp Zaurus SL-C7xx, say y to enable the
  43. backlight driver.