Commit 8f27489d authored by Richard Purdie's avatar Richard Purdie

backlight: Remove bogus SYSFS dependency

Remove a bogus SYSFS dependency from the backlight class
Signed-off-by: default avatarRichard Purdie <rpurdie@rpsys.net>
parent 40f5a0ce
......@@ -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"
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment