Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  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. if BACKLIGHT_LCD_SUPPORT
  10. #
  11. # LCD
  12. #
  13. config LCD_CLASS_DEVICE
  14. tristate "Lowlevel LCD controls"
  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. if LCD_CLASS_DEVICE
  24. config LCD_CORGI
  25. tristate "LCD Panel support for SHARP corgi/spitz model"
  26. depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE
  27. help
  28. Say y here to support the LCD panels usually found on SHARP
  29. corgi (C7x0) and spitz (Cxx00) models.
  30. config LCD_L4F00242T03
  31. tristate "Epson L4F00242T03 LCD"
  32. depends on SPI_MASTER
  33. depends on GPIOLIB || COMPILE_TEST
  34. help
  35. SPI driver for Epson L4F00242T03. This provides basic support
  36. for init and powering the LCD up/down through a sysfs interface.
  37. config LCD_LMS283GF05
  38. tristate "Samsung LMS283GF05 LCD"
  39. depends on SPI_MASTER
  40. depends on GPIOLIB || COMPILE_TEST
  41. help
  42. SPI driver for Samsung LMS283GF05. This provides basic support
  43. for powering the LCD up/down through a sysfs interface.
  44. config LCD_LTV350QV
  45. tristate "Samsung LTV350QV LCD Panel"
  46. depends on SPI_MASTER
  47. help
  48. If you have a Samsung LTV350QV LCD panel, say y to include a
  49. power control driver for it. The panel starts up in power
  50. off state, so you need this driver in order to see any
  51. output.
  52. The LTV350QV panel is present on all ATSTK1000 boards.
  53. config LCD_ILI922X
  54. tristate "ILI Technology ILI9221/ILI9222 support"
  55. depends on SPI
  56. help
  57. If you have a panel based on the ILI9221/9222 controller
  58. chip then say y to include a driver for it.
  59. config LCD_ILI9320
  60. tristate "ILI Technology ILI9320 controller support"
  61. depends on SPI
  62. help
  63. If you have a panel based on the ILI9320 controller chip
  64. then say y to include a power driver for it.
  65. config LCD_TDO24M
  66. tristate "Toppoly TDO24M and TDO35S LCD Panels support"
  67. depends on SPI_MASTER
  68. help
  69. If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
  70. include the support for it.
  71. config LCD_VGG2432A4
  72. tristate "VGG2432A4 LCM device support"
  73. depends on SPI_MASTER
  74. select LCD_ILI9320
  75. help
  76. If you have a VGG2432A4 panel based on the ILI9320 controller chip
  77. then say y to include a power driver for it.
  78. config LCD_PLATFORM
  79. tristate "Platform LCD controls"
  80. help
  81. This driver provides a platform-device registered LCD power
  82. control interface.
  83. config LCD_TOSA
  84. tristate "Sharp SL-6000 LCD Driver"
  85. depends on I2C && SPI && MACH_TOSA
  86. help
  87. If you have an Sharp SL-6000 Zaurus say Y to enable a driver
  88. for its LCD.
  89. config LCD_HP700
  90. tristate "HP Jornada 700 series LCD Driver"
  91. depends on SA1100_JORNADA720_SSP && !PREEMPT
  92. default y
  93. help
  94. If you have an HP Jornada 700 series handheld (710/720/728)
  95. say Y to enable LCD control driver.
  96. config LCD_S6E63M0
  97. tristate "S6E63M0 AMOLED LCD Driver"
  98. depends on SPI && BACKLIGHT_CLASS_DEVICE
  99. default n
  100. help
  101. If you have an S6E63M0 LCD Panel, say Y to enable its
  102. LCD control driver.
  103. config LCD_LD9040
  104. tristate "LD9040 AMOLED LCD Driver"
  105. depends on SPI && BACKLIGHT_CLASS_DEVICE
  106. default n
  107. help
  108. If you have an LD9040 Panel, say Y to enable its
  109. control driver.
  110. config LCD_AMS369FG06
  111. tristate "AMS369FG06 AMOLED LCD Driver"
  112. depends on SPI && BACKLIGHT_CLASS_DEVICE
  113. default n
  114. help
  115. If you have an AMS369FG06 AMOLED Panel, say Y to enable its
  116. LCD control driver.
  117. config LCD_LMS501KF03
  118. tristate "LMS501KF03 LCD Driver"
  119. depends on SPI
  120. default n
  121. help
  122. If you have an LMS501KF03 LCD Panel, say Y to enable its
  123. LCD control driver.
  124. config LCD_HX8357
  125. tristate "Himax HX-8357 LCD Driver"
  126. depends on SPI
  127. help
  128. If you have a HX-8357 LCD panel, say Y to enable its LCD control
  129. driver.
  130. config LCD_OTM3225A
  131. tristate "ORISE Technology OTM3225A support"
  132. depends on SPI
  133. help
  134. If you have a panel based on the OTM3225A controller
  135. chip then say y to include a driver for it.
  136. endif # LCD_CLASS_DEVICE
  137. #
  138. # Backlight
  139. #
  140. config BACKLIGHT_CLASS_DEVICE
  141. tristate "Lowlevel Backlight controls"
  142. default m
  143. help
  144. This framework adds support for low-level control of the LCD
  145. backlight. This includes support for brightness and power.
  146. To have support for your specific LCD panel you will have to
  147. select the proper drivers which depend on this option.
  148. if BACKLIGHT_CLASS_DEVICE
  149. config BACKLIGHT_ATMEL_LCDC
  150. bool "Atmel LCDC Contrast-as-Backlight control"
  151. depends on FB_ATMEL
  152. help
  153. This provides a backlight control internal to the Atmel LCDC
  154. driver. If the LCD "contrast control" on your board is wired
  155. so it controls the backlight brightness, select this option to
  156. export this as a PWM-based backlight control.
  157. If in doubt, it's safe to enable this option; it doesn't kick
  158. in unless the board's description says it's wired that way.
  159. config BACKLIGHT_EP93XX
  160. tristate "Cirrus EP93xx Backlight Driver"
  161. depends on FB_EP93XX
  162. help
  163. If you have a LCD backlight connected to the BRIGHT output of
  164. the EP93xx, say Y here to enable this driver.
  165. To compile this driver as a module, choose M here: the module will
  166. be called ep93xx_bl.
  167. config BACKLIGHT_GENERIC
  168. tristate "Generic (aka Sharp Corgi) Backlight Driver"
  169. default y
  170. help
  171. Say y to enable the generic platform backlight driver previously
  172. known as the Corgi backlight driver. If you have a Sharp Zaurus
  173. SL-C7xx, SL-Cxx00 or SL-6000x say y.
  174. config BACKLIGHT_IPAQ_MICRO
  175. tristate "iPAQ microcontroller backlight driver"
  176. depends on MFD_IPAQ_MICRO
  177. default y
  178. help
  179. Say y to enable the backlight driver for Compaq iPAQ handheld
  180. computers. Say yes if you have one of the h3100/h3600/h3700
  181. machines.
  182. config BACKLIGHT_LM3533
  183. tristate "Backlight Driver for LM3533"
  184. depends on BACKLIGHT_CLASS_DEVICE
  185. depends on MFD_LM3533
  186. help
  187. Say Y to enable the backlight driver for National Semiconductor / TI
  188. LM3533 Lighting Power chips.
  189. The backlights can be controlled directly, through PWM input, or by
  190. the ambient-light-sensor interface. The chip supports 256 brightness
  191. levels.
  192. config BACKLIGHT_LOCOMO
  193. tristate "Sharp LOCOMO LCD/Backlight Driver"
  194. depends on SHARP_LOCOMO
  195. default y
  196. help
  197. If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
  198. enable the LCD/backlight driver.
  199. config BACKLIGHT_OMAP1
  200. tristate "OMAP1 PWL-based LCD Backlight"
  201. depends on ARCH_OMAP1
  202. default y
  203. help
  204. This driver controls the LCD backlight level and power for
  205. the PWL module of OMAP1 processors. Say Y if your board
  206. uses this hardware.
  207. config BACKLIGHT_HP680
  208. tristate "HP Jornada 680 Backlight Driver"
  209. depends on SH_HP6XX
  210. default y
  211. help
  212. If you have a HP Jornada 680, say y to enable the
  213. backlight driver.
  214. config BACKLIGHT_HP700
  215. tristate "HP Jornada 700 series Backlight Driver"
  216. depends on SA1100_JORNADA720_SSP && !PREEMPT
  217. default y
  218. help
  219. If you have an HP Jornada 700 series,
  220. say Y to include backlight control driver.
  221. config BACKLIGHT_CARILLO_RANCH
  222. tristate "Intel Carillo Ranch Backlight Driver"
  223. depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
  224. help
  225. If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
  226. backlight driver.
  227. config BACKLIGHT_PWM
  228. tristate "Generic PWM based Backlight Driver"
  229. depends on PWM
  230. help
  231. If you have a LCD backlight adjustable by PWM, say Y to enable
  232. this driver.
  233. config BACKLIGHT_DA903X
  234. tristate "Backlight Driver for DA9030/DA9034 using WLED"
  235. depends on PMIC_DA903X
  236. help
  237. If you have a LCD backlight connected to the WLED output of DA9030
  238. or DA9034 WLED output, say Y here to enable this driver.
  239. config BACKLIGHT_DA9052
  240. tristate "Dialog DA9052/DA9053 WLED"
  241. depends on PMIC_DA9052
  242. help
  243. Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs.
  244. config BACKLIGHT_MAX8925
  245. tristate "Backlight driver for MAX8925"
  246. depends on MFD_MAX8925
  247. help
  248. If you have a LCD backlight connected to the WLED output of MAX8925
  249. WLED output, say Y here to enable this driver.
  250. config BACKLIGHT_APPLE
  251. tristate "Apple Backlight Driver"
  252. depends on X86 && ACPI
  253. help
  254. If you have an Intel-based Apple say Y to enable a driver for its
  255. backlight.
  256. config BACKLIGHT_TOSA
  257. tristate "Sharp SL-6000 Backlight Driver"
  258. depends on I2C && MACH_TOSA && LCD_TOSA
  259. help
  260. If you have an Sharp SL-6000 Zaurus say Y to enable a driver
  261. for its backlight
  262. config BACKLIGHT_PM8941_WLED
  263. tristate "Qualcomm PM8941 WLED Driver"
  264. select REGMAP
  265. help
  266. If you have the Qualcomm PM8941, say Y to enable a driver for the
  267. WLED block.
  268. config BACKLIGHT_SAHARA
  269. tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
  270. depends on X86
  271. help
  272. If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
  273. backlight driver.
  274. config BACKLIGHT_WM831X
  275. tristate "WM831x PMIC Backlight Driver"
  276. depends on MFD_WM831X
  277. help
  278. If you have a backlight driven by the ISINK and DCDC of a
  279. WM831x PMIC say y to enable the backlight driver for it.
  280. config BACKLIGHT_ADP5520
  281. tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
  282. depends on PMIC_ADP5520
  283. help
  284. If you have a LCD backlight connected to the BST/BL_SNK output of
  285. ADP5520 or ADP5501, say Y here to enable this driver.
  286. To compile this driver as a module, choose M here: the module will
  287. be called adp5520_bl.
  288. config BACKLIGHT_ADP8860
  289. tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED"
  290. depends on BACKLIGHT_CLASS_DEVICE && I2C
  291. select NEW_LEDS
  292. select LEDS_CLASS
  293. help
  294. If you have a LCD backlight connected to the ADP8860, ADP8861 or
  295. ADP8863 say Y here to enable this driver.
  296. To compile this driver as a module, choose M here: the module will
  297. be called adp8860_bl.
  298. config BACKLIGHT_ADP8870
  299. tristate "Backlight Driver for ADP8870 using WLED"
  300. depends on BACKLIGHT_CLASS_DEVICE && I2C
  301. select NEW_LEDS
  302. select LEDS_CLASS
  303. help
  304. If you have a LCD backlight connected to the ADP8870,
  305. say Y here to enable this driver.
  306. To compile this driver as a module, choose M here: the module will
  307. be called adp8870_bl.
  308. config BACKLIGHT_88PM860X
  309. tristate "Backlight Driver for 88PM8606 using WLED"
  310. depends on MFD_88PM860X
  311. help
  312. Say Y to enable the backlight driver for Marvell 88PM8606.
  313. config BACKLIGHT_PCF50633
  314. tristate "Backlight driver for NXP PCF50633 MFD"
  315. depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633
  316. help
  317. If you have a backlight driven by a NXP PCF50633 MFD, say Y here to
  318. enable its driver.
  319. config BACKLIGHT_AAT2870
  320. tristate "AnalogicTech AAT2870 Backlight"
  321. depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE
  322. help
  323. If you have a AnalogicTech AAT2870 say Y to enable the
  324. backlight driver.
  325. config BACKLIGHT_LM3630A
  326. tristate "Backlight Driver for LM3630A"
  327. depends on BACKLIGHT_CLASS_DEVICE && I2C && PWM
  328. select REGMAP_I2C
  329. help
  330. This supports TI LM3630A Backlight Driver
  331. config BACKLIGHT_LM3639
  332. tristate "Backlight Driver for LM3639"
  333. depends on BACKLIGHT_CLASS_DEVICE && I2C
  334. select REGMAP_I2C
  335. select NEW_LEDS
  336. select LEDS_CLASS
  337. help
  338. This supports TI LM3639 Backlight + 1.5A Flash LED Driver
  339. config BACKLIGHT_LP855X
  340. tristate "Backlight driver for TI LP855X"
  341. depends on BACKLIGHT_CLASS_DEVICE && I2C && PWM
  342. help
  343. This supports TI LP8550, LP8551, LP8552, LP8553, LP8555, LP8556 and
  344. LP8557 backlight driver.
  345. config BACKLIGHT_LP8788
  346. tristate "Backlight driver for TI LP8788 MFD"
  347. depends on BACKLIGHT_CLASS_DEVICE && MFD_LP8788 && PWM
  348. help
  349. This supports TI LP8788 backlight driver.
  350. config BACKLIGHT_OT200
  351. tristate "Backlight driver for ot200 visualisation device"
  352. depends on BACKLIGHT_CLASS_DEVICE && CS5535_MFGPT && GPIO_CS5535
  353. help
  354. To compile this driver as a module, choose M here: the module will be
  355. called ot200_bl.
  356. config BACKLIGHT_PANDORA
  357. tristate "Backlight driver for Pandora console"
  358. depends on TWL4030_CORE
  359. help
  360. If you have a Pandora console, say Y to enable the
  361. backlight driver.
  362. config BACKLIGHT_SKY81452
  363. tristate "Backlight driver for SKY81452"
  364. depends on BACKLIGHT_CLASS_DEVICE && MFD_SKY81452
  365. help
  366. If you have a Skyworks SKY81452, say Y to enable the
  367. backlight driver.
  368. To compile this driver as a module, choose M here: the module will
  369. be called sky81452-backlight
  370. config BACKLIGHT_TPS65217
  371. tristate "TPS65217 Backlight"
  372. depends on BACKLIGHT_CLASS_DEVICE && MFD_TPS65217
  373. help
  374. If you have a Texas Instruments TPS65217 say Y to enable the
  375. backlight driver.
  376. config BACKLIGHT_AS3711
  377. tristate "AS3711 Backlight"
  378. depends on BACKLIGHT_CLASS_DEVICE && MFD_AS3711
  379. help
  380. If you have an Austrian Microsystems AS3711 say Y to enable the
  381. backlight driver.
  382. config BACKLIGHT_GPIO
  383. tristate "Generic GPIO based Backlight Driver"
  384. depends on GPIOLIB || COMPILE_TEST
  385. help
  386. If you have a LCD backlight adjustable by GPIO, say Y to enable
  387. this driver.
  388. config BACKLIGHT_LV5207LP
  389. tristate "Sanyo LV5207LP Backlight"
  390. depends on I2C
  391. help
  392. If you have a Sanyo LV5207LP say Y to enable the backlight driver.
  393. config BACKLIGHT_BD6107
  394. tristate "Rohm BD6107 Backlight"
  395. depends on I2C
  396. help
  397. If you have a Rohm BD6107 say Y to enable the backlight driver.
  398. config BACKLIGHT_ARCXCNN
  399. tristate "Backlight driver for the Arctic Sands ARCxCnnnn family"
  400. depends on I2C
  401. help
  402. If you have an ARCxCnnnn family backlight say Y to enable
  403. the backlight driver.
  404. config BACKLIGHT_RAVE_SP
  405. tristate "RAVE SP Backlight driver"
  406. depends on RAVE_SP_CORE
  407. help
  408. Support for backlight control on RAVE SP device.
  409. endif # BACKLIGHT_CLASS_DEVICE
  410. endif # BACKLIGHT_LCD_SUPPORT