Kconfig 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. config LCD_LTV350QV
  24. tristate "Samsung LTV350QV LCD Panel"
  25. depends on LCD_CLASS_DEVICE && SPI_MASTER
  26. default n
  27. help
  28. If you have a Samsung LTV350QV LCD panel, say y to include a
  29. power control driver for it. The panel starts up in power
  30. off state, so you need this driver in order to see any
  31. output.
  32. The LTV350QV panel is present on all ATSTK1000 boards.
  33. #
  34. # Backlight
  35. #
  36. config BACKLIGHT_CLASS_DEVICE
  37. tristate "Lowlevel Backlight controls"
  38. depends on BACKLIGHT_LCD_SUPPORT
  39. default m
  40. help
  41. This framework adds support for low-level control of the LCD
  42. backlight. This includes support for brightness and power.
  43. To have support for your specific LCD panel you will have to
  44. select the proper drivers which depend on this option.
  45. config BACKLIGHT_CORGI
  46. tristate "Generic (aka Sharp Corgi) Backlight Driver"
  47. depends on BACKLIGHT_CLASS_DEVICE
  48. default n
  49. help
  50. Say y to enable the generic platform backlight driver previously
  51. known as the Corgi backlight driver. If you have a Sharp Zaurus
  52. SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n.
  53. config BACKLIGHT_LOCOMO
  54. tristate "Sharp LOCOMO LCD/Backlight Driver"
  55. depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO
  56. default y
  57. help
  58. If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
  59. enable the LCD/backlight driver.
  60. config BACKLIGHT_HP680
  61. tristate "HP Jornada 680 Backlight Driver"
  62. depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX
  63. default y
  64. help
  65. If you have a HP Jornada 680, say y to enable the
  66. backlight driver.
  67. config BACKLIGHT_PROGEAR
  68. tristate "Frontpath ProGear Backlight Driver"
  69. depends on BACKLIGHT_CLASS_DEVICE && PCI && X86
  70. default n
  71. help
  72. If you have a Frontpath ProGear say Y to enable the
  73. backlight driver.
  74. config BACKLIGHT_CARILLO_RANCH
  75. tristate "Intel Carillo Ranch Backlight Driver"
  76. depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
  77. default n
  78. help
  79. If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
  80. backlight driver.