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:
parent
40f5a0ce25
commit
8f27489d11
|
@ -4,9 +4,7 @@
|
||||||
|
|
||||||
menu "Graphics support"
|
menu "Graphics support"
|
||||||
|
|
||||||
if SYSFS
|
source "drivers/video/backlight/Kconfig"
|
||||||
source "drivers/video/backlight/Kconfig"
|
|
||||||
endif
|
|
||||||
|
|
||||||
config FB
|
config FB
|
||||||
tristate "Support for frame buffer devices"
|
tristate "Support for frame buffer devices"
|
||||||
|
|
|
@ -12,7 +12,7 @@ fb-objs := $(fb-y)
|
||||||
|
|
||||||
obj-$(CONFIG_VT) += console/
|
obj-$(CONFIG_VT) += console/
|
||||||
obj-$(CONFIG_LOGO) += logo/
|
obj-$(CONFIG_LOGO) += logo/
|
||||||
obj-$(CONFIG_SYSFS) += backlight/
|
obj-y += backlight/
|
||||||
|
|
||||||
obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o
|
obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o
|
||||||
obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o
|
obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o
|
||||||
|
|
Loading…
Reference in New Issue