backlight: Remove bogus SYSFS dependency
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 20 Feb 2007 12:27:25 +0000 (12:27 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Tue, 20 Feb 2007 12:27:25 +0000 (12:27 +0000)
Remove a bogus SYSFS dependency from the backlight class

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
drivers/video/Kconfig
drivers/video/Makefile

index cd2ef0a..f8bc43c 100644 (file)
@@ -4,9 +4,7 @@
 
 menu "Graphics support"
 
-if SYSFS
-       source "drivers/video/backlight/Kconfig"
-endif
+source "drivers/video/backlight/Kconfig"
 
 config FB
        tristate "Support for frame buffer devices"
index 6801edf..1b79a6f 100644 (file)
@@ -12,7 +12,7 @@ fb-objs                           := $(fb-y)
 
 obj-$(CONFIG_VT)                 += console/
 obj-$(CONFIG_LOGO)               += logo/
-obj-$(CONFIG_SYSFS)              += backlight/
+obj-y                            += backlight/
 
 obj-$(CONFIG_FB_CFB_FILLRECT)  += cfbfillrect.o
 obj-$(CONFIG_FB_CFB_COPYAREA)  += cfbcopyarea.o