commit | c91bb237728fea4eb7f73f6e4782e6e3358b825e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Apr 14 22:09:42 2020 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Oct 27 14:12:55 2021 +0200 |
tree | b858a751a79b8aaebddf83ed8395b02f8ece4739 | |
parent | f30671a9746c1f8b7e1aaf1be5248e476c63280e [diff] |
fbdev: rework backlight dependencies Rather than having CONFIG_FB_BACKLIGHT select CONFIG_BACKLIGHT_CLASS_DEVICE, make any driver that needs it have a dependency on the class device being available, to prevent circular dependencies. This is the same way that the backlight is already treated for the DRM subsystem. Signed-off-by: Arnd Bergmann <arnd@arndb.de>