Kconfig 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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_CORGI
  24. tristate "LCD Panel support for SHARP corgi/spitz model"
  25. depends on LCD_CLASS_DEVICE && SPI_MASTER && PXA_SHARPSL
  26. help
  27. Say y here to support the LCD panels usually found on SHARP
  28. corgi (C7x0) and spitz (Cxx00) models.
  29. config LCD_LTV350QV
  30. tristate "Samsung LTV350QV LCD Panel"
  31. depends on LCD_CLASS_DEVICE && SPI_MASTER
  32. default n
  33. help
  34. If you have a Samsung LTV350QV LCD panel, say y to include a
  35. power control driver for it. The panel starts up in power
  36. off state, so you need this driver in order to see any
  37. output.
  38. The LTV350QV panel is present on all ATSTK1000 boards.
  39. config LCD_ILI9320
  40. tristate
  41. depends on LCD_CLASS_DEVICE && BACKLIGHT_LCD_SUPPORT
  42. default n
  43. help
  44. If you have a panel based on the ILI9320 controller chip
  45. then say y to include a power driver for it.
  46. config LCD_TDO24M
  47. tristate "Toppoly TDO24M and TDO35S LCD Panels support"
  48. depends on LCD_CLASS_DEVICE && SPI_MASTER
  49. default n
  50. help
  51. If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
  52. include the support for it.
  53. config LCD_VGG2432A4
  54. tristate "VGG2432A4 LCM device support"
  55. depends on BACKLIGHT_LCD_SUPPORT && LCD_CLASS_DEVICE && SPI_MASTER
  56. select LCD_ILI9320
  57. default n
  58. help
  59. If you have a VGG2432A4 panel based on the ILI9320 controller chip
  60. then say y to include a power driver for it.
  61. config LCD_PLATFORM
  62. tristate "Platform LCD controls"
  63. depends on LCD_CLASS_DEVICE
  64. help
  65. This driver provides a platform-device registered LCD power
  66. control interface.
  67. config LCD_TOSA
  68. tristate "Sharp SL-6000 LCD Driver"
  69. depends on LCD_CLASS_DEVICE && SPI
  70. depends on MACH_TOSA
  71. default n
  72. help
  73. If you have an Sharp SL-6000 Zaurus say Y to enable a driver
  74. for its LCD.
  75. config LCD_HP700
  76. tristate "HP Jornada 700 series LCD Driver"
  77. depends on LCD_CLASS_DEVICE
  78. depends on SA1100_JORNADA720_SSP && !PREEMPT
  79. default y
  80. help
  81. If you have an HP Jornada 700 series handheld (710/720/728)
  82. say Y to enable LCD control driver.
  83. #
  84. # Backlight
  85. #
  86. config BACKLIGHT_CLASS_DEVICE
  87. tristate "Lowlevel Backlight controls"
  88. depends on BACKLIGHT_LCD_SUPPORT
  89. default m
  90. help
  91. This framework adds support for low-level control of the LCD
  92. backlight. This includes support for brightness and power.
  93. To have support for your specific LCD panel you will have to
  94. select the proper drivers which depend on this option.
  95. config BACKLIGHT_ATMEL_LCDC
  96. bool "Atmel LCDC Contrast-as-Backlight control"
  97. depends on BACKLIGHT_CLASS_DEVICE && FB_ATMEL
  98. default y if MACH_SAM9261EK || MACH_SAM9G10EK || MACH_SAM9263EK
  99. help
  100. This provides a backlight control internal to the Atmel LCDC
  101. driver. If the LCD "contrast control" on your board is wired
  102. so it controls the backlight brightness, select this option to
  103. export this as a PWM-based backlight control.
  104. If in doubt, it's safe to enable this option; it doesn't kick
  105. in unless the board's description says it's wired that way.
  106. config BACKLIGHT_ATMEL_PWM
  107. tristate "Atmel PWM backlight control"
  108. depends on BACKLIGHT_CLASS_DEVICE && ATMEL_PWM
  109. default n
  110. help
  111. Say Y here if you want to use the PWM peripheral in Atmel AT91 and
  112. AVR32 devices. This driver will need additional platform data to know
  113. which PWM instance to use and how to configure it.
  114. To compile this driver as a module, choose M here: the module will be
  115. called atmel-pwm-bl.
  116. config BACKLIGHT_GENERIC
  117. tristate "Generic (aka Sharp Corgi) Backlight Driver"
  118. depends on BACKLIGHT_CLASS_DEVICE
  119. default y
  120. help
  121. Say y to enable the generic platform backlight driver previously
  122. known as the Corgi backlight driver. If you have a Sharp Zaurus
  123. SL-C7xx, SL-Cxx00 or SL-6000x say y.
  124. config BACKLIGHT_LOCOMO
  125. tristate "Sharp LOCOMO LCD/Backlight Driver"
  126. depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO
  127. default y
  128. help
  129. If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
  130. enable the LCD/backlight driver.
  131. config BACKLIGHT_OMAP1
  132. tristate "OMAP1 PWL-based LCD Backlight"
  133. depends on BACKLIGHT_CLASS_DEVICE && ARCH_OMAP1
  134. default y
  135. help
  136. This driver controls the LCD backlight level and power for
  137. the PWL module of OMAP1 processors. Say Y if your board
  138. uses this hardware.
  139. config BACKLIGHT_HP680
  140. tristate "HP Jornada 680 Backlight Driver"
  141. depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX
  142. default y
  143. help
  144. If you have a HP Jornada 680, say y to enable the
  145. backlight driver.
  146. config BACKLIGHT_HP700
  147. tristate "HP Jornada 700 series Backlight Driver"
  148. depends on BACKLIGHT_CLASS_DEVICE
  149. depends on SA1100_JORNADA720_SSP && !PREEMPT
  150. default y
  151. help
  152. If you have an HP Jornada 700 series,
  153. say Y to include backlight control driver.
  154. config BACKLIGHT_PROGEAR
  155. tristate "Frontpath ProGear Backlight Driver"
  156. depends on BACKLIGHT_CLASS_DEVICE && PCI && X86
  157. default n
  158. help
  159. If you have a Frontpath ProGear say Y to enable the
  160. backlight driver.
  161. config BACKLIGHT_CARILLO_RANCH
  162. tristate "Intel Carillo Ranch Backlight Driver"
  163. depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
  164. default n
  165. help
  166. If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
  167. backlight driver.
  168. config BACKLIGHT_PWM
  169. tristate "Generic PWM based Backlight Driver"
  170. depends on BACKLIGHT_CLASS_DEVICE && HAVE_PWM
  171. help
  172. If you have a LCD backlight adjustable by PWM, say Y to enable
  173. this driver.
  174. config BACKLIGHT_DA903X
  175. tristate "Backlight Driver for DA9030/DA9034 using WLED"
  176. depends on BACKLIGHT_CLASS_DEVICE && PMIC_DA903X
  177. help
  178. If you have a LCD backlight connected to the WLED output of DA9030
  179. or DA9034 WLED output, say Y here to enable this driver.
  180. config BACKLIGHT_MBP_NVIDIA
  181. tristate "MacBook Pro Nvidia Backlight Driver"
  182. depends on BACKLIGHT_CLASS_DEVICE && X86
  183. default n
  184. help
  185. If you have an Apple Macbook Pro with Nvidia graphics hardware say Y
  186. to enable a driver for its backlight
  187. config BACKLIGHT_TOSA
  188. tristate "Sharp SL-6000 Backlight Driver"
  189. depends on BACKLIGHT_CLASS_DEVICE && I2C
  190. depends on MACH_TOSA && LCD_TOSA
  191. default n
  192. help
  193. If you have an Sharp SL-6000 Zaurus say Y to enable a driver
  194. for its backlight
  195. config BACKLIGHT_SAHARA
  196. tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
  197. depends on BACKLIGHT_CLASS_DEVICE && X86
  198. default n
  199. help
  200. If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
  201. backlight driver.