11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Backlight & LCD drivers configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 51da177e4SLinus Torvaldsmenuconfig BACKLIGHT_LCD_SUPPORT 61da177e4SLinus Torvalds bool "Backlight & LCD device support" 71da177e4SLinus Torvalds help 81da177e4SLinus Torvalds Enable this to be able to choose the drivers for controlling the 91da177e4SLinus Torvalds backlight and the LCD panel on some platforms, for example on PDAs. 101da177e4SLinus Torvalds 11fa9133c2SDavid Brownell# 12fa9133c2SDavid Brownell# LCD 13fa9133c2SDavid Brownell# 141da177e4SLinus Torvaldsconfig LCD_CLASS_DEVICE 151da177e4SLinus Torvalds tristate "Lowlevel LCD controls" 16256154fbSAntonino A. Daplas depends on BACKLIGHT_LCD_SUPPORT 171da177e4SLinus Torvalds default m 181da177e4SLinus Torvalds help 191da177e4SLinus Torvalds This framework adds support for low-level control of LCD. 201da177e4SLinus Torvalds Some framebuffer devices connect to platform-specific LCD modules 211da177e4SLinus Torvalds in order to have a platform-specific way to control the flat panel 221da177e4SLinus Torvalds (contrast and applying power to the LCD (not to the backlight!)). 231da177e4SLinus Torvalds 241da177e4SLinus Torvalds To have support for your specific LCD panel you will have to 251da177e4SLinus Torvalds select the proper drivers which depend on this option. 261da177e4SLinus Torvalds 2718f65c79SHaavard Skinnemoenconfig LCD_LTV350QV 2818f65c79SHaavard Skinnemoen tristate "Samsung LTV350QV LCD Panel" 2918f65c79SHaavard Skinnemoen depends on LCD_CLASS_DEVICE && SPI_MASTER 3018f65c79SHaavard Skinnemoen default n 3118f65c79SHaavard Skinnemoen help 3218f65c79SHaavard Skinnemoen If you have a Samsung LTV350QV LCD panel, say y to include a 3318f65c79SHaavard Skinnemoen power control driver for it. The panel starts up in power 3418f65c79SHaavard Skinnemoen off state, so you need this driver in order to see any 3518f65c79SHaavard Skinnemoen output. 3618f65c79SHaavard Skinnemoen 3718f65c79SHaavard Skinnemoen The LTV350QV panel is present on all ATSTK1000 boards. 3818f65c79SHaavard Skinnemoen 39cccb6d3cSBen Dooksconfig LCD_ILI9320 40cccb6d3cSBen Dooks tristate 41cccb6d3cSBen Dooks depends on LCD_CLASS_DEVICE && BACKLIGHT_LCD_SUPPORT 42cccb6d3cSBen Dooks default n 43cccb6d3cSBen Dooks help 44cccb6d3cSBen Dooks If you have a panel based on the ILI9320 controller chip 45cccb6d3cSBen Dooks then say y to include a power driver for it. 46cccb6d3cSBen Dooks 47cccb6d3cSBen Dooksconfig LCD_VGG2432A4 48cccb6d3cSBen Dooks tristate "VGG2432A4 LCM device support" 49cccb6d3cSBen Dooks depends on BACKLIGHT_LCD_SUPPORT && LCD_CLASS_DEVICE && SPI_MASTER 50cccb6d3cSBen Dooks select LCD_ILI9320 51cccb6d3cSBen Dooks default n 52cccb6d3cSBen Dooks help 53cccb6d3cSBen Dooks If you have a VGG2432A4 panel based on the ILI9320 controller chip 54cccb6d3cSBen Dooks then say y to include a power driver for it. 55cccb6d3cSBen Dooks 56*c25826a7SBen Dooksconfig LCD_PLATFORM 57*c25826a7SBen Dooks tristate "Platform LCD controls" 58*c25826a7SBen Dooks depends on LCD_CLASS_DEVICE 59*c25826a7SBen Dooks help 60*c25826a7SBen Dooks This driver provides a platform-device registered LCD power 61*c25826a7SBen Dooks control interface. 62*c25826a7SBen Dooks 63fa9133c2SDavid Brownell# 64fa9133c2SDavid Brownell# Backlight 65fa9133c2SDavid Brownell# 66fa9133c2SDavid Brownellconfig BACKLIGHT_CLASS_DEVICE 67fa9133c2SDavid Brownell tristate "Lowlevel Backlight controls" 68fa9133c2SDavid Brownell depends on BACKLIGHT_LCD_SUPPORT 69fa9133c2SDavid Brownell default m 70fa9133c2SDavid Brownell help 71fa9133c2SDavid Brownell This framework adds support for low-level control of the LCD 72fa9133c2SDavid Brownell backlight. This includes support for brightness and power. 73fa9133c2SDavid Brownell 74fa9133c2SDavid Brownell To have support for your specific LCD panel you will have to 75fa9133c2SDavid Brownell select the proper drivers which depend on this option. 76fa9133c2SDavid Brownell 77a9a84c37SDavid Brownellconfig BACKLIGHT_ATMEL_LCDC 78a9a84c37SDavid Brownell bool "Atmel LCDC Contrast-as-Backlight control" 79a9a84c37SDavid Brownell depends on BACKLIGHT_CLASS_DEVICE && FB_ATMEL 80a9a84c37SDavid Brownell default y if MACH_SAM9261EK || MACH_SAM9263EK 81a9a84c37SDavid Brownell help 82a9a84c37SDavid Brownell This provides a backlight control internal to the Atmel LCDC 83a9a84c37SDavid Brownell driver. If the LCD "contrast control" on your board is wired 84a9a84c37SDavid Brownell so it controls the backlight brightness, select this option to 85a9a84c37SDavid Brownell export this as a PWM-based backlight control. 86a9a84c37SDavid Brownell 87a9a84c37SDavid Brownell If in doubt, it's safe to enable this option; it doesn't kick 88a9a84c37SDavid Brownell in unless the board's description says it's wired that way. 89a9a84c37SDavid Brownell 901da177e4SLinus Torvaldsconfig BACKLIGHT_CORGI 91c3f8f650SRichard Purdie tristate "Generic (aka Sharp Corgi) Backlight Driver" 92c3f8f650SRichard Purdie depends on BACKLIGHT_CLASS_DEVICE 93c3f8f650SRichard Purdie default n 941da177e4SLinus Torvalds help 95c3f8f650SRichard Purdie Say y to enable the generic platform backlight driver previously 96c3f8f650SRichard Purdie known as the Corgi backlight driver. If you have a Sharp Zaurus 97c3f8f650SRichard Purdie SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n. 981da177e4SLinus Torvalds 99e4423781SRichard Purdieconfig BACKLIGHT_LOCOMO 100e4423781SRichard Purdie tristate "Sharp LOCOMO LCD/Backlight Driver" 10134f18a71SRichard Purdie depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO 102e4423781SRichard Purdie default y 103e4423781SRichard Purdie help 104e4423781SRichard Purdie If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to 105e4423781SRichard Purdie enable the LCD/backlight driver. 106e4423781SRichard Purdie 107ec072b0fSAndrzej Zaborowskiconfig BACKLIGHT_OMAP1 108ec072b0fSAndrzej Zaborowski tristate "OMAP1 PWL-based LCD Backlight" 109ec072b0fSAndrzej Zaborowski depends on BACKLIGHT_CLASS_DEVICE && ARCH_OMAP1 110ec072b0fSAndrzej Zaborowski default y 111ec072b0fSAndrzej Zaborowski help 112ec072b0fSAndrzej Zaborowski This driver controls the LCD backlight level and power for 113ec072b0fSAndrzej Zaborowski the PWL module of OMAP1 processors. Say Y if your board 114ec072b0fSAndrzej Zaborowski uses this hardware. 115ec072b0fSAndrzej Zaborowski 11606c6f900SAndriy Skulyshconfig BACKLIGHT_HP680 11706c6f900SAndriy Skulysh tristate "HP Jornada 680 Backlight Driver" 11834f18a71SRichard Purdie depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX 11906c6f900SAndriy Skulysh default y 12006c6f900SAndriy Skulysh help 12106c6f900SAndriy Skulysh If you have a HP Jornada 680, say y to enable the 12206c6f900SAndriy Skulysh backlight driver. 12306c6f900SAndriy Skulysh 1247a208463SMarcin Juszkiewiczconfig BACKLIGHT_PROGEAR 1257a208463SMarcin Juszkiewicz tristate "Frontpath ProGear Backlight Driver" 12634f18a71SRichard Purdie depends on BACKLIGHT_CLASS_DEVICE && PCI && X86 1277a208463SMarcin Juszkiewicz default n 1287a208463SMarcin Juszkiewicz help 1297a208463SMarcin Juszkiewicz If you have a Frontpath ProGear say Y to enable the 1307a208463SMarcin Juszkiewicz backlight driver. 131dbe7e429SAlan Hourihane 132dbe7e429SAlan Hourihaneconfig BACKLIGHT_CARILLO_RANCH 133dbe7e429SAlan Hourihane tristate "Intel Carillo Ranch Backlight Driver" 134dbe7e429SAlan Hourihane depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578 135dbe7e429SAlan Hourihane default n 136dbe7e429SAlan Hourihane help 137dbe7e429SAlan Hourihane If you have a Intel LE80578 (Carillo Ranch) say Y to enable the 138dbe7e429SAlan Hourihane backlight driver. 13942796d37Seric miao 14042796d37Seric miaoconfig BACKLIGHT_PWM 14142796d37Seric miao tristate "Generic PWM based Backlight Driver" 14242796d37Seric miao depends on BACKLIGHT_CLASS_DEVICE && HAVE_PWM 14342796d37Seric miao help 14442796d37Seric miao If you have a LCD backlight adjustable by PWM, say Y to enable 14542796d37Seric miao this driver. 146