Kconfig 2.3 KB

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