Kconfig (ebf8889bd1fe3615991ff4494635d237280652a2) Kconfig (a9a84c37d1ee50db8f3752b117caf2b48dcd4f8a)
1#
2# Backlight & LCD drivers configuration
3#
4
5menuconfig BACKLIGHT_LCD_SUPPORT
6 bool "Backlight & LCD device support"
7 help
8 Enable this to be able to choose the drivers for controlling the

--- 36 unchanged lines hidden (view full) ---

45 default m
46 help
47 This framework adds support for low-level control of the LCD
48 backlight. This includes support for brightness and power.
49
50 To have support for your specific LCD panel you will have to
51 select the proper drivers which depend on this option.
52
1#
2# Backlight & LCD drivers configuration
3#
4
5menuconfig BACKLIGHT_LCD_SUPPORT
6 bool "Backlight & LCD device support"
7 help
8 Enable this to be able to choose the drivers for controlling the

--- 36 unchanged lines hidden (view full) ---

45 default m
46 help
47 This framework adds support for low-level control of the LCD
48 backlight. This includes support for brightness and power.
49
50 To have support for your specific LCD panel you will have to
51 select the proper drivers which depend on this option.
52
53config BACKLIGHT_ATMEL_LCDC
54 bool "Atmel LCDC Contrast-as-Backlight control"
55 depends on BACKLIGHT_CLASS_DEVICE && FB_ATMEL
56 default y if MACH_SAM9261EK || MACH_SAM9263EK
57 help
58 This provides a backlight control internal to the Atmel LCDC
59 driver. If the LCD "contrast control" on your board is wired
60 so it controls the backlight brightness, select this option to
61 export this as a PWM-based backlight control.
62
63 If in doubt, it's safe to enable this option; it doesn't kick
64 in unless the board's description says it's wired that way.
65
53config BACKLIGHT_CORGI
54 tristate "Generic (aka Sharp Corgi) Backlight Driver"
55 depends on BACKLIGHT_CLASS_DEVICE
56 default n
57 help
58 Say y to enable the generic platform backlight driver previously
59 known as the Corgi backlight driver. If you have a Sharp Zaurus
60 SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n.

--- 32 unchanged lines hidden ---
66config BACKLIGHT_CORGI
67 tristate "Generic (aka Sharp Corgi) Backlight Driver"
68 depends on BACKLIGHT_CLASS_DEVICE
69 default n
70 help
71 Say y to enable the generic platform backlight driver previously
72 known as the Corgi backlight driver. If you have a Sharp Zaurus
73 SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n.

--- 32 unchanged lines hidden ---