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 27b18250a8SEric Miaoconfig LCD_CORGI 28b18250a8SEric Miao tristate "LCD Panel support for SHARP corgi/spitz model" 29b18250a8SEric Miao depends on LCD_CLASS_DEVICE && SPI_MASTER && PXA_SHARPSL 30b18250a8SEric Miao help 31b18250a8SEric Miao Say y here to support the LCD panels usually found on SHARP 32b18250a8SEric Miao corgi (C7x0) and spitz (Cxx00) models. 33b18250a8SEric Miao 3418f65c79SHaavard Skinnemoenconfig LCD_LTV350QV 3518f65c79SHaavard Skinnemoen tristate "Samsung LTV350QV LCD Panel" 3618f65c79SHaavard Skinnemoen depends on LCD_CLASS_DEVICE && SPI_MASTER 3718f65c79SHaavard Skinnemoen default n 3818f65c79SHaavard Skinnemoen help 3918f65c79SHaavard Skinnemoen If you have a Samsung LTV350QV LCD panel, say y to include a 4018f65c79SHaavard Skinnemoen power control driver for it. The panel starts up in power 4118f65c79SHaavard Skinnemoen off state, so you need this driver in order to see any 4218f65c79SHaavard Skinnemoen output. 4318f65c79SHaavard Skinnemoen 4418f65c79SHaavard Skinnemoen The LTV350QV panel is present on all ATSTK1000 boards. 4518f65c79SHaavard Skinnemoen 46cccb6d3cSBen Dooksconfig LCD_ILI9320 47cccb6d3cSBen Dooks tristate 48cccb6d3cSBen Dooks depends on LCD_CLASS_DEVICE && BACKLIGHT_LCD_SUPPORT 49cccb6d3cSBen Dooks default n 50cccb6d3cSBen Dooks help 51cccb6d3cSBen Dooks If you have a panel based on the ILI9320 controller chip 52cccb6d3cSBen Dooks then say y to include a power driver for it. 53cccb6d3cSBen Dooks 54*dd89ccb2SEric Miaoconfig LCD_TDO24M 55*dd89ccb2SEric Miao tristate "Toppoly TDO24M LCD Panels support" 56*dd89ccb2SEric Miao depends on LCD_CLASS_DEVICE && SPI_MASTER 57*dd89ccb2SEric Miao default n 58*dd89ccb2SEric Miao help 59*dd89ccb2SEric Miao If you have a Toppoly TDO24M series LCD panel, say y here to 60*dd89ccb2SEric Miao include the support for it. 61*dd89ccb2SEric Miao 62cccb6d3cSBen Dooksconfig LCD_VGG2432A4 63cccb6d3cSBen Dooks tristate "VGG2432A4 LCM device support" 64cccb6d3cSBen Dooks depends on BACKLIGHT_LCD_SUPPORT && LCD_CLASS_DEVICE && SPI_MASTER 65cccb6d3cSBen Dooks select LCD_ILI9320 66cccb6d3cSBen Dooks default n 67cccb6d3cSBen Dooks help 68cccb6d3cSBen Dooks If you have a VGG2432A4 panel based on the ILI9320 controller chip 69cccb6d3cSBen Dooks then say y to include a power driver for it. 70cccb6d3cSBen Dooks 71c25826a7SBen Dooksconfig LCD_PLATFORM 72c25826a7SBen Dooks tristate "Platform LCD controls" 73c25826a7SBen Dooks depends on LCD_CLASS_DEVICE 74c25826a7SBen Dooks help 75c25826a7SBen Dooks This driver provides a platform-device registered LCD power 76c25826a7SBen Dooks control interface. 77c25826a7SBen Dooks 78fa9133c2SDavid Brownell# 79fa9133c2SDavid Brownell# Backlight 80fa9133c2SDavid Brownell# 81fa9133c2SDavid Brownellconfig BACKLIGHT_CLASS_DEVICE 82fa9133c2SDavid Brownell tristate "Lowlevel Backlight controls" 83fa9133c2SDavid Brownell depends on BACKLIGHT_LCD_SUPPORT 84fa9133c2SDavid Brownell default m 85fa9133c2SDavid Brownell help 86fa9133c2SDavid Brownell This framework adds support for low-level control of the LCD 87fa9133c2SDavid Brownell backlight. This includes support for brightness and power. 88fa9133c2SDavid Brownell 89fa9133c2SDavid Brownell To have support for your specific LCD panel you will have to 90fa9133c2SDavid Brownell select the proper drivers which depend on this option. 91fa9133c2SDavid Brownell 92a9a84c37SDavid Brownellconfig BACKLIGHT_ATMEL_LCDC 93a9a84c37SDavid Brownell bool "Atmel LCDC Contrast-as-Backlight control" 94a9a84c37SDavid Brownell depends on BACKLIGHT_CLASS_DEVICE && FB_ATMEL 95a9a84c37SDavid Brownell default y if MACH_SAM9261EK || MACH_SAM9263EK 96a9a84c37SDavid Brownell help 97a9a84c37SDavid Brownell This provides a backlight control internal to the Atmel LCDC 98a9a84c37SDavid Brownell driver. If the LCD "contrast control" on your board is wired 99a9a84c37SDavid Brownell so it controls the backlight brightness, select this option to 100a9a84c37SDavid Brownell export this as a PWM-based backlight control. 101a9a84c37SDavid Brownell 102a9a84c37SDavid Brownell If in doubt, it's safe to enable this option; it doesn't kick 103a9a84c37SDavid Brownell in unless the board's description says it's wired that way. 104a9a84c37SDavid Brownell 1053e074058SHans-Christian Egtvedtconfig BACKLIGHT_ATMEL_PWM 1063e074058SHans-Christian Egtvedt tristate "Atmel PWM backlight control" 1073e074058SHans-Christian Egtvedt depends on BACKLIGHT_CLASS_DEVICE && ATMEL_PWM 1083e074058SHans-Christian Egtvedt default n 1093e074058SHans-Christian Egtvedt help 1103e074058SHans-Christian Egtvedt Say Y here if you want to use the PWM peripheral in Atmel AT91 and 1113e074058SHans-Christian Egtvedt AVR32 devices. This driver will need additional platform data to know 1123e074058SHans-Christian Egtvedt which PWM instance to use and how to configure it. 1133e074058SHans-Christian Egtvedt 1143e074058SHans-Christian Egtvedt To compile this driver as a module, choose M here: the module will be 1153e074058SHans-Christian Egtvedt called atmel-pwm-bl. 1163e074058SHans-Christian Egtvedt 1171da177e4SLinus Torvaldsconfig BACKLIGHT_CORGI 118c3f8f650SRichard Purdie tristate "Generic (aka Sharp Corgi) Backlight Driver" 119c3f8f650SRichard Purdie depends on BACKLIGHT_CLASS_DEVICE 120c3f8f650SRichard Purdie default n 1211da177e4SLinus Torvalds help 122c3f8f650SRichard Purdie Say y to enable the generic platform backlight driver previously 123c3f8f650SRichard Purdie known as the Corgi backlight driver. If you have a Sharp Zaurus 124c3f8f650SRichard Purdie SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n. 1251da177e4SLinus Torvalds 126e4423781SRichard Purdieconfig BACKLIGHT_LOCOMO 127e4423781SRichard Purdie tristate "Sharp LOCOMO LCD/Backlight Driver" 12834f18a71SRichard Purdie depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO 129e4423781SRichard Purdie default y 130e4423781SRichard Purdie help 131e4423781SRichard Purdie If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to 132e4423781SRichard Purdie enable the LCD/backlight driver. 133e4423781SRichard Purdie 134ec072b0fSAndrzej Zaborowskiconfig BACKLIGHT_OMAP1 135ec072b0fSAndrzej Zaborowski tristate "OMAP1 PWL-based LCD Backlight" 136ec072b0fSAndrzej Zaborowski depends on BACKLIGHT_CLASS_DEVICE && ARCH_OMAP1 137ec072b0fSAndrzej Zaborowski default y 138ec072b0fSAndrzej Zaborowski help 139ec072b0fSAndrzej Zaborowski This driver controls the LCD backlight level and power for 140ec072b0fSAndrzej Zaborowski the PWL module of OMAP1 processors. Say Y if your board 141ec072b0fSAndrzej Zaborowski uses this hardware. 142ec072b0fSAndrzej Zaborowski 14306c6f900SAndriy Skulyshconfig BACKLIGHT_HP680 14406c6f900SAndriy Skulysh tristate "HP Jornada 680 Backlight Driver" 14534f18a71SRichard Purdie depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX 14606c6f900SAndriy Skulysh default y 14706c6f900SAndriy Skulysh help 14806c6f900SAndriy Skulysh If you have a HP Jornada 680, say y to enable the 14906c6f900SAndriy Skulysh backlight driver. 15006c6f900SAndriy Skulysh 1517a208463SMarcin Juszkiewiczconfig BACKLIGHT_PROGEAR 1527a208463SMarcin Juszkiewicz tristate "Frontpath ProGear Backlight Driver" 15334f18a71SRichard Purdie depends on BACKLIGHT_CLASS_DEVICE && PCI && X86 1547a208463SMarcin Juszkiewicz default n 1557a208463SMarcin Juszkiewicz help 1567a208463SMarcin Juszkiewicz If you have a Frontpath ProGear say Y to enable the 1577a208463SMarcin Juszkiewicz backlight driver. 158dbe7e429SAlan Hourihane 159dbe7e429SAlan Hourihaneconfig BACKLIGHT_CARILLO_RANCH 160dbe7e429SAlan Hourihane tristate "Intel Carillo Ranch Backlight Driver" 161dbe7e429SAlan Hourihane depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578 162dbe7e429SAlan Hourihane default n 163dbe7e429SAlan Hourihane help 164dbe7e429SAlan Hourihane If you have a Intel LE80578 (Carillo Ranch) say Y to enable the 165dbe7e429SAlan Hourihane backlight driver. 16642796d37Seric miao 16742796d37Seric miaoconfig BACKLIGHT_PWM 16842796d37Seric miao tristate "Generic PWM based Backlight Driver" 16942796d37Seric miao depends on BACKLIGHT_CLASS_DEVICE && HAVE_PWM 17042796d37Seric miao help 17142796d37Seric miao If you have a LCD backlight adjustable by PWM, say Y to enable 17242796d37Seric miao this driver. 1737be35c72SMatthew Garrett 1747be35c72SMatthew Garrettconfig BACKLIGHT_MBP_NVIDIA 1757be35c72SMatthew Garrett tristate "MacBook Pro Nvidia Backlight Driver" 1767be35c72SMatthew Garrett depends on BACKLIGHT_CLASS_DEVICE && X86 1777be35c72SMatthew Garrett default n 1787be35c72SMatthew Garrett help 1797be35c72SMatthew Garrett If you have an Apple Macbook Pro with Nvidia graphics hardware say Y 1807be35c72SMatthew Garrett to enable a driver for its backlight 1817be35c72SMatthew Garrett 182