Kconfig 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 Series)"
  39. depends on BACKLIGHT_DEVICE && PXA_SHARPSL
  40. default y
  41. help
  42. If you have a Sharp Zaurus SL-C7xx, SL-Cxx00 or SL-6000x say y to enable the
  43. backlight driver.
  44. config BACKLIGHT_LOCOMO
  45. tristate "Sharp LOCOMO LCD/Backlight Driver"
  46. depends on BACKLIGHT_DEVICE && SHARP_LOCOMO
  47. default y
  48. help
  49. If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
  50. enable the LCD/backlight driver.
  51. config BACKLIGHT_HP680
  52. tristate "HP Jornada 680 Backlight Driver"
  53. depends on BACKLIGHT_DEVICE && SH_HP6XX
  54. default y
  55. help
  56. If you have a HP Jornada 680, say y to enable the
  57. backlight driver.