Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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 LCD_CLASS_DEVICE
  19. tristate "Lowlevel LCD controls"
  20. depends on BACKLIGHT_LCD_SUPPORT
  21. default m
  22. help
  23. This framework adds support for low-level control of LCD.
  24. Some framebuffer devices connect to platform-specific LCD modules
  25. in order to have a platform-specific way to control the flat panel
  26. (contrast and applying power to the LCD (not to the backlight!)).
  27. To have support for your specific LCD panel you will have to
  28. select the proper drivers which depend on this option.
  29. config BACKLIGHT_CORGI
  30. tristate "Sharp Corgi Backlight Driver (SL Series)"
  31. depends on BACKLIGHT_CLASS_DEVICE && PXA_SHARPSL
  32. default y
  33. help
  34. If you have a Sharp Zaurus SL-C7xx, SL-Cxx00 or SL-6000x say y to enable the
  35. backlight driver.
  36. config BACKLIGHT_LOCOMO
  37. tristate "Sharp LOCOMO LCD/Backlight Driver"
  38. depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO
  39. default y
  40. help
  41. If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
  42. enable the LCD/backlight driver.
  43. config BACKLIGHT_HP680
  44. tristate "HP Jornada 680 Backlight Driver"
  45. depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX
  46. default y
  47. help
  48. If you have a HP Jornada 680, say y to enable the
  49. backlight driver.
  50. config BACKLIGHT_PROGEAR
  51. tristate "Frontpath ProGear Backlight Driver"
  52. depends on BACKLIGHT_CLASS_DEVICE && PCI && X86
  53. default n
  54. help
  55. If you have a Frontpath ProGear say Y to enable the
  56. backlight driver.
  57. config BACKLIGHT_CARILLO_RANCH
  58. tristate "Intel Carillo Ranch Backlight Driver"
  59. depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
  60. default n
  61. help
  62. If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
  63. backlight driver.