Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

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