Index: Kconfig =================================================================== RCS file: /cvs/linux/kernel26/drivers/video/Kconfig,v retrieving revision 1.37 diff -u -r1.37 Kconfig --- Kconfig 2 Jan 2005 20:17:25 -0000 1.37 +++ Kconfig 16 Jan 2005 21:41:40 -0000 @@ -1168,7 +1168,7 @@ source "drivers/video/logo/Kconfig" endif -if SYSFS +if FB && SYSFS source "drivers/video/backlight/Kconfig" endif Index: backlight/Kconfig =================================================================== RCS file: /cvs/linux/kernel26/drivers/video/backlight/Kconfig,v retrieving revision 1.1 diff -u -r1.1 Kconfig --- backlight/Kconfig 2 Jan 2005 20:17:25 -0000 1.1 +++ backlight/Kconfig 16 Jan 2005 21:41:40 -0000 @@ -11,6 +11,7 @@ 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 the LCD backlight. This includes support for brightness and power. @@ -26,6 +27,7 @@ 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 LCD. Some framebuffer devices connect to platform-specific LCD modules