diff options
author | Alexandre Courbot <gnurou@gmail.com> | 2011-02-15 22:49:01 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-10 06:20:57 -0500 |
commit | 3b0fd9d75598584478d1d3f6551f8a8a9696c34e (patch) | |
tree | aec7b48dbbb6810b15885ea34cf8041798e534bb /drivers/video/Kconfig | |
parent | 35d34df711e8b44846e759d8cfddb4ec6877cccb (diff) |
fbdev: sh_mobile_lcdcfb: add backlight support
Support for backlight devices controlled through board-specific
routines. Backlights can be defined per-channel and follow fbdev
directives to switch off as the LCD blanks or is turned on/off.
Signed-off-by: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6bafb51bb437..a222d65ae642 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2005,6 +2005,7 @@ config FB_SH_MOBILE_LCDC | |||
2005 | select FB_SYS_IMAGEBLIT | 2005 | select FB_SYS_IMAGEBLIT |
2006 | select FB_SYS_FOPS | 2006 | select FB_SYS_FOPS |
2007 | select FB_DEFERRED_IO | 2007 | select FB_DEFERRED_IO |
2008 | select FB_BACKLIGHT | ||
2008 | select SH_MIPI_DSI if SH_LCD_MIPI_DSI | 2009 | select SH_MIPI_DSI if SH_LCD_MIPI_DSI |
2009 | ---help--- | 2010 | ---help--- |
2010 | Frame buffer driver for the on-chip SH-Mobile LCD controller. | 2011 | Frame buffer driver for the on-chip SH-Mobile LCD controller. |