Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4,9 +4,7 @@

menu "Graphics support"

if SYSFS
source "drivers/video/backlight/Kconfig"
endif

config FB
	tristate "Support for frame buffer devices"
+1 −1
Original line number Diff line number Diff line
@@ -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