]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/backlight/Kconfig
backlight: Fix order of Kconfig entries
[linux-2.6-omap-h63xx.git] / drivers / video / backlight / Kconfig
index 47d15b5d985a0ce3f124a7d83cf3a7e7a8fd82e5..2580f5fa2486e4caefbed82b3bbd357901926151 100644 (file)
@@ -8,26 +8,32 @@ menuconfig BACKLIGHT_LCD_SUPPORT
          Enable this to be able to choose the drivers for controlling the
          backlight and the LCD panel on some platforms, for example on PDAs.
 
-config BACKLIGHT_CLASS_DEVICE
-        tristate "Lowlevel Backlight controls"
+#
+# LCD
+#
+config LCD_CLASS_DEVICE
+        tristate "Lowlevel LCD controls"
        depends on BACKLIGHT_LCD_SUPPORT
        default m
        help
-         This framework adds support for low-level control of the LCD
-          backlight. This includes support for brightness and power.
+         This framework adds support for low-level control of LCD.
+         Some framebuffer devices connect to platform-specific LCD modules
+         in order to have a platform-specific way to control the flat panel
+         (contrast and applying power to the LCD (not to the backlight!)).
 
          To have support for your specific LCD panel you will have to
          select the proper drivers which depend on this option.
 
-config LCD_CLASS_DEVICE
-        tristate "Lowlevel LCD controls"
+#
+# Backlight
+#
+config BACKLIGHT_CLASS_DEVICE
+        tristate "Lowlevel Backlight controls"
        depends on BACKLIGHT_LCD_SUPPORT
        default m
        help
-         This framework adds support for low-level control of LCD.
-         Some framebuffer devices connect to platform-specific LCD modules
-         in order to have a platform-specific way to control the flat panel
-         (contrast and applying power to the LCD (not to the backlight!)).
+         This framework adds support for low-level control of the LCD
+          backlight. This includes support for brightness and power.
 
          To have support for your specific LCD panel you will have to
          select the proper drivers which depend on this option.
@@ -63,3 +69,11 @@ config BACKLIGHT_PROGEAR
        help
          If you have a Frontpath ProGear say Y to enable the
          backlight driver.
+
+config BACKLIGHT_CARILLO_RANCH
+       tristate "Intel Carillo Ranch Backlight Driver"
+       depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
+       default n
+       help
+         If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
+         backlight driver.