Kconfig 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Backlight & LCD drivers configuration
  4. #
  5. menu "Backlight & LCD device support"
  6. #
  7. # LCD
  8. #
  9. config LCD_CLASS_DEVICE
  10. tristate "Lowlevel LCD controls"
  11. help
  12. This framework adds support for low-level control of LCD.
  13. Some framebuffer devices connect to platform-specific LCD modules
  14. in order to have a platform-specific way to control the flat panel
  15. (contrast and applying power to the LCD (not to the backlight!)).
  16. To have support for your specific LCD panel you will have to
  17. select the proper drivers which depend on this option.
  18. if LCD_CLASS_DEVICE
  19. config LCD_CORGI
  20. tristate "LCD Panel support for SHARP corgi/spitz model"
  21. depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE
  22. help
  23. Say y here to support the LCD panels usually found on SHARP
  24. corgi (C7x0) and spitz (Cxx00) models.
  25. config LCD_L4F00242T03
  26. tristate "Epson L4F00242T03 LCD"
  27. depends on SPI_MASTER
  28. depends on GPIOLIB || COMPILE_TEST
  29. help
  30. SPI driver for Epson L4F00242T03. This provides basic support
  31. for init and powering the LCD up/down through a sysfs interface.
  32. config LCD_LMS283GF05
  33. tristate "Samsung LMS283GF05 LCD"
  34. depends on SPI_MASTER
  35. depends on GPIOLIB || COMPILE_TEST
  36. help
  37. SPI driver for Samsung LMS283GF05. This provides basic support
  38. for powering the LCD up/down through a sysfs interface.
  39. config LCD_LTV350QV
  40. tristate "Samsung LTV350QV LCD Panel"
  41. depends on SPI_MASTER
  42. help
  43. If you have a Samsung LTV350QV LCD panel, say y to include a
  44. power control driver for it. The panel starts up in power
  45. off state, so you need this driver in order to see any
  46. output.
  47. The LTV350QV panel is present on all ATSTK1000 boards.
  48. config LCD_ILI922X
  49. tristate "ILI Technology ILI9221/ILI9222 support"
  50. depends on SPI
  51. help
  52. If you have a panel based on the ILI9221/9222 controller
  53. chip then say y to include a driver for it.
  54. config LCD_ILI9320
  55. tristate "ILI Technology ILI9320 controller support"
  56. depends on SPI
  57. help
  58. If you have a panel based on the ILI9320 controller chip
  59. then say y to include a power driver for it.
  60. config LCD_TDO24M
  61. tristate "Toppoly TDO24M and TDO35S LCD Panels support"
  62. depends on SPI_MASTER
  63. help
  64. If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
  65. include the support for it.
  66. config LCD_VGG2432A4
  67. tristate "VGG2432A4 LCM device support"
  68. depends on SPI_MASTER
  69. select LCD_ILI9320
  70. help
  71. If you have a VGG2432A4 panel based on the ILI9320 controller chip
  72. then say y to include a power driver for it.
  73. config LCD_PLATFORM
  74. tristate "Platform LCD controls"
  75. help
  76. This driver provides a platform-device registered LCD power
  77. control interface.
  78. config LCD_HP700
  79. tristate "HP Jornada 700 series LCD Driver"
  80. depends on SA1100_JORNADA720_SSP && !PREEMPTION
  81. default y
  82. help
  83. If you have an HP Jornada 700 series handheld (710/720/728)
  84. say Y to enable LCD control driver.
  85. config LCD_AMS369FG06
  86. tristate "AMS369FG06 AMOLED LCD Driver"
  87. depends on SPI && BACKLIGHT_CLASS_DEVICE
  88. default n
  89. help
  90. If you have an AMS369FG06 AMOLED Panel, say Y to enable its
  91. LCD control driver.
  92. config LCD_LMS501KF03
  93. tristate "LMS501KF03 LCD Driver"
  94. depends on SPI
  95. default n
  96. help
  97. If you have an LMS501KF03 LCD Panel, say Y to enable its
  98. LCD control driver.
  99. config LCD_HX8357
  100. tristate "Himax HX-8357 LCD Driver"
  101. depends on SPI
  102. help
  103. If you have a HX-8357 LCD panel, say Y to enable its LCD control
  104. driver.
  105. config LCD_OTM3225A
  106. tristate "ORISE Technology OTM3225A support"
  107. depends on SPI
  108. help
  109. If you have a panel based on the OTM3225A controller
  110. chip then say y to include a driver for it.
  111. endif # LCD_CLASS_DEVICE
  112. #
  113. # Backlight
  114. #
  115. config BACKLIGHT_CLASS_DEVICE
  116. tristate "Lowlevel Backlight controls"
  117. help
  118. This framework adds support for low-level control of the LCD
  119. backlight. This includes support for brightness and power.
  120. To have support for your specific LCD panel you will have to
  121. select the proper drivers which depend on this option.
  122. if BACKLIGHT_CLASS_DEVICE
  123. config BACKLIGHT_ATMEL_LCDC
  124. bool "Atmel LCDC Contrast-as-Backlight control"
  125. depends on FB_ATMEL
  126. help
  127. This provides a backlight control internal to the Atmel LCDC
  128. driver. If the LCD "contrast control" on your board is wired
  129. so it controls the backlight brightness, select this option to
  130. export this as a PWM-based backlight control.
  131. If in doubt, it's safe to enable this option; it doesn't kick
  132. in unless the board's description says it's wired that way.
  133. config BACKLIGHT_AW99706
  134. tristate "Backlight Driver for Awinic AW99706"
  135. depends on I2C
  136. select REGMAP_I2C
  137. help
  138. If you have a LCD backlight connected to the WLED output of AW99706
  139. WLED output, say Y here to enable this driver.
  140. config BACKLIGHT_EP93XX
  141. tristate "Cirrus EP93xx Backlight Driver"
  142. depends on FB_EP93XX
  143. help
  144. If you have a LCD backlight connected to the BRIGHT output of
  145. the EP93xx, say Y here to enable this driver.
  146. To compile this driver as a module, choose M here: the module will
  147. be called ep93xx_bl.
  148. config BACKLIGHT_IPAQ_MICRO
  149. tristate "iPAQ microcontroller backlight driver"
  150. depends on MFD_IPAQ_MICRO
  151. default y
  152. help
  153. Say y to enable the backlight driver for Compaq iPAQ handheld
  154. computers. Say yes if you have one of the h3100/h3600/h3700
  155. machines.
  156. config BACKLIGHT_KTD253
  157. tristate "Backlight Driver for Kinetic KTD253"
  158. depends on GPIOLIB || COMPILE_TEST
  159. help
  160. Say y to enabled the backlight driver for the Kinetic KTD253
  161. which is a 1-wire GPIO-controlled backlight found in some mobile
  162. phones.
  163. config BACKLIGHT_KTD2801
  164. tristate "Backlight Driver for Kinetic KTD2801"
  165. depends on GPIOLIB || COMPILE_TEST
  166. select LEDS_EXPRESSWIRE
  167. help
  168. Say Y to enable the backlight driver for the Kinetic KTD2801 1-wire
  169. GPIO-controlled backlight found in Samsung Galaxy Core Prime VE LTE.
  170. config BACKLIGHT_KTZ8866
  171. tristate "Backlight Driver for Kinetic KTZ8866"
  172. depends on I2C
  173. select REGMAP_I2C
  174. help
  175. Say Y to enable the backlight driver for the Kinetic KTZ8866
  176. found in Xiaomi Mi Pad 5 series.
  177. config BACKLIGHT_LM3533
  178. tristate "Backlight Driver for LM3533"
  179. depends on MFD_LM3533
  180. help
  181. Say Y to enable the backlight driver for National Semiconductor / TI
  182. LM3533 Lighting Power chips.
  183. The backlights can be controlled directly, through PWM input, or by
  184. the ambient-light-sensor interface. The chip supports 256 brightness
  185. levels.
  186. config BACKLIGHT_LOCOMO
  187. tristate "Sharp LOCOMO LCD/Backlight Driver"
  188. depends on SHARP_LOCOMO
  189. default y
  190. help
  191. If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
  192. enable the LCD/backlight driver.
  193. config BACKLIGHT_OMAP1
  194. tristate "OMAP1 PWL-based LCD Backlight"
  195. depends on ARCH_OMAP1 || COMPILE_TEST
  196. default ARCH_OMAP1
  197. help
  198. This driver controls the LCD backlight level and power for
  199. the PWL module of OMAP1 processors. Say Y if your board
  200. uses this hardware.
  201. config BACKLIGHT_HP680
  202. tristate "HP Jornada 680 Backlight Driver"
  203. depends on SH_HP6XX
  204. default y
  205. help
  206. If you have a HP Jornada 680, say y to enable the
  207. backlight driver.
  208. config BACKLIGHT_HP700
  209. tristate "HP Jornada 700 series Backlight Driver"
  210. depends on SA1100_JORNADA720_SSP && !PREEMPTION
  211. default y
  212. help
  213. If you have an HP Jornada 700 series,
  214. say Y to include backlight control driver.
  215. config BACKLIGHT_PWM
  216. tristate "Generic PWM based Backlight Driver"
  217. depends on PWM
  218. help
  219. If you have a LCD backlight adjustable by PWM, say Y to enable
  220. this driver.
  221. config BACKLIGHT_CGBC
  222. tristate "Congatec Board Controller (CGBC) backlight support"
  223. depends on MFD_CGBC && X86
  224. help
  225. Say Y here to enable support for LCD backlight control on Congatec
  226. x86-based boards via the CGBC (Congatec Board Controller).
  227. This driver provides backlight brightness control through the Linux
  228. backlight subsystem. It communicates with the board controller to
  229. adjust LCD backlight using PWM signals.
  230. config BACKLIGHT_DA903X
  231. tristate "Backlight Driver for DA9030/DA9034 using WLED"
  232. depends on PMIC_DA903X
  233. help
  234. If you have a LCD backlight connected to the WLED output of DA9030
  235. or DA9034 WLED output, say Y here to enable this driver.
  236. config BACKLIGHT_DA9052
  237. tristate "Dialog DA9052/DA9053 WLED"
  238. depends on PMIC_DA9052
  239. help
  240. Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs.
  241. config BACKLIGHT_MAX8925
  242. tristate "Backlight driver for MAX8925"
  243. depends on MFD_MAX8925
  244. help
  245. If you have a LCD backlight connected to the WLED output of MAX8925
  246. WLED output, say Y here to enable this driver.
  247. config BACKLIGHT_MT6370
  248. tristate "MediaTek MT6370 Backlight Driver"
  249. depends on MFD_MT6370
  250. help
  251. This enables support for Mediatek MT6370 Backlight driver.
  252. It's commonly used to drive the display WLED. There are 4 channels
  253. inside, and each channel supports up to 30mA of current capability
  254. with 2048 current steps (only for MT6370/MT6371) or 16384 current
  255. steps (only for MT6372) in exponential or linear mapping curves.
  256. This driver can also be built as a module. If so, the module
  257. will be called "mt6370-backlight".
  258. config BACKLIGHT_APPLE
  259. tristate "Apple Backlight Driver"
  260. depends on X86 && ACPI
  261. depends on ACPI_VIDEO=n || ACPI_VIDEO
  262. help
  263. If you have an Intel-based Apple say Y to enable a driver for its
  264. backlight.
  265. config BACKLIGHT_APPLE_DWI
  266. tristate "Apple DWI 2-Wire Interface Backlight Driver"
  267. depends on ARCH_APPLE || COMPILE_TEST
  268. help
  269. Say Y to enable the backlight driver for backlight controllers
  270. attached via the Apple DWI 2-wire interface which is found in some
  271. Apple iPhones, iPads and iPod touches.
  272. To compile this driver as a module, choose M here: the module will
  273. be called apple_dwi_bl.
  274. config BACKLIGHT_QCOM_WLED
  275. tristate "Qualcomm PMIC WLED Driver"
  276. select REGMAP
  277. help
  278. If you have the Qualcomm PMIC, say Y to enable a driver for the
  279. WLED block. Currently it supports PM8941 and PMI8998.
  280. config BACKLIGHT_RT4831
  281. tristate "Richtek RT4831 Backlight Driver"
  282. depends on MFD_RT4831
  283. help
  284. This enables support for Richtek RT4831 Backlight driver.
  285. It's commonly used to drive the display WLED. There're four channels
  286. inisde, and each channel can provide up to 30mA current.
  287. config BACKLIGHT_SAHARA
  288. tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
  289. depends on X86
  290. help
  291. If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
  292. backlight driver.
  293. config BACKLIGHT_WM831X
  294. tristate "WM831x PMIC Backlight Driver"
  295. depends on MFD_WM831X
  296. help
  297. If you have a backlight driven by the ISINK and DCDC of a
  298. WM831x PMIC say y to enable the backlight driver for it.
  299. config BACKLIGHT_ADP5520
  300. tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
  301. depends on PMIC_ADP5520
  302. help
  303. If you have a LCD backlight connected to the BST/BL_SNK output of
  304. ADP5520 or ADP5501, say Y here to enable this driver.
  305. To compile this driver as a module, choose M here: the module will
  306. be called adp5520_bl.
  307. config BACKLIGHT_ADP8860
  308. tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED"
  309. depends on I2C
  310. select NEW_LEDS
  311. select LEDS_CLASS
  312. help
  313. If you have a LCD backlight connected to the ADP8860, ADP8861 or
  314. ADP8863 say Y here to enable this driver.
  315. To compile this driver as a module, choose M here: the module will
  316. be called adp8860_bl.
  317. config BACKLIGHT_ADP8870
  318. tristate "Backlight Driver for ADP8870 using WLED"
  319. depends on I2C
  320. select NEW_LEDS
  321. select LEDS_CLASS
  322. help
  323. If you have a LCD backlight connected to the ADP8870,
  324. say Y here to enable this driver.
  325. To compile this driver as a module, choose M here: the module will
  326. be called adp8870_bl.
  327. config BACKLIGHT_88PM860X
  328. tristate "Backlight Driver for 88PM8606 using WLED"
  329. depends on MFD_88PM860X
  330. help
  331. Say Y to enable the backlight driver for Marvell 88PM8606.
  332. config BACKLIGHT_AAT2870
  333. tristate "AnalogicTech AAT2870 Backlight"
  334. depends on MFD_AAT2870_CORE
  335. help
  336. If you have a AnalogicTech AAT2870 say Y to enable the
  337. backlight driver.
  338. config BACKLIGHT_LM3509
  339. tristate "Backlight Driver for LM3509"
  340. depends on I2C
  341. select REGMAP_I2C
  342. help
  343. This supports TI LM3509 Backlight Driver
  344. config BACKLIGHT_LM3630A
  345. tristate "Backlight Driver for LM3630A"
  346. depends on I2C && PWM
  347. select REGMAP_I2C
  348. help
  349. This supports TI LM3630A Backlight Driver
  350. config BACKLIGHT_LM3639
  351. tristate "Backlight Driver for LM3639"
  352. depends on I2C
  353. select REGMAP_I2C
  354. select NEW_LEDS
  355. select LEDS_CLASS
  356. help
  357. This supports TI LM3639 Backlight + 1.5A Flash LED Driver
  358. config BACKLIGHT_LP855X
  359. tristate "Backlight driver for TI LP855X"
  360. depends on I2C && PWM
  361. help
  362. This supports TI LP8550, LP8551, LP8552, LP8553, LP8555, LP8556 and
  363. LP8557 backlight driver.
  364. config BACKLIGHT_LP8788
  365. tristate "Backlight driver for TI LP8788 MFD"
  366. depends on MFD_LP8788 && PWM
  367. help
  368. This supports TI LP8788 backlight driver.
  369. config BACKLIGHT_MP3309C
  370. tristate "Backlight Driver for MPS MP3309C"
  371. depends on I2C && PWM
  372. select REGMAP_I2C
  373. help
  374. This supports MPS MP3309C backlight WLED driver in both PWM and
  375. analog/I2C dimming modes.
  376. To compile this driver as a module, choose M here: the module will
  377. be called mp3309c.
  378. config BACKLIGHT_PANDORA
  379. tristate "Backlight driver for Pandora console"
  380. depends on TWL4030_CORE
  381. help
  382. If you have a Pandora console, say Y to enable the
  383. backlight driver.
  384. config BACKLIGHT_SKY81452
  385. tristate "Backlight driver for SKY81452"
  386. depends on MFD_SKY81452
  387. help
  388. If you have a Skyworks SKY81452, say Y to enable the
  389. backlight driver.
  390. To compile this driver as a module, choose M here: the module will
  391. be called sky81452-backlight
  392. config BACKLIGHT_TPS65217
  393. tristate "TPS65217 Backlight"
  394. depends on MFD_TPS65217
  395. help
  396. If you have a Texas Instruments TPS65217 say Y to enable the
  397. backlight driver.
  398. config BACKLIGHT_AS3711
  399. tristate "AS3711 Backlight"
  400. depends on MFD_AS3711
  401. help
  402. If you have an Austrian Microsystems AS3711 say Y to enable the
  403. backlight driver.
  404. config BACKLIGHT_GPIO
  405. tristate "Generic GPIO based Backlight Driver"
  406. depends on GPIOLIB || COMPILE_TEST
  407. help
  408. If you have a LCD backlight adjustable by GPIO, say Y to enable
  409. this driver.
  410. config BACKLIGHT_LV5207LP
  411. tristate "Sanyo LV5207LP Backlight"
  412. depends on I2C
  413. help
  414. If you have a Sanyo LV5207LP say Y to enable the backlight driver.
  415. config BACKLIGHT_BD6107
  416. tristate "Rohm BD6107 Backlight"
  417. depends on I2C
  418. help
  419. If you have a Rohm BD6107 say Y to enable the backlight driver.
  420. config BACKLIGHT_ARCXCNN
  421. tristate "Backlight driver for the Arctic Sands ARCxCnnnn family"
  422. depends on I2C
  423. help
  424. If you have an ARCxCnnnn family backlight say Y to enable
  425. the backlight driver.
  426. config BACKLIGHT_RAVE_SP
  427. tristate "RAVE SP Backlight driver"
  428. depends on RAVE_SP_CORE
  429. help
  430. Support for backlight control on RAVE SP device.
  431. config BACKLIGHT_LED
  432. tristate "Generic LED based Backlight Driver"
  433. depends on LEDS_CLASS && OF
  434. help
  435. If you have a LCD backlight adjustable by LED class driver, say Y
  436. to enable this driver.
  437. endif # BACKLIGHT_CLASS_DEVICE
  438. endmenu