backlight: Remove bogus SYSFS dependency

Remove a bogus SYSFS dependency from the backlight class

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
This commit is contained in:
Richard Purdie 2007-02-20 12:27:25 +00:00
parent 40f5a0ce25
commit 8f27489d11
2 changed files with 2 additions and 4 deletions

View 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"

View 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