mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 00:17:48 +00:00
Calling devm_of_find_backlight directly means we get a link failure
without CONFIG_BACKLIGHT_CLASS_DEVICE:
drivers/gpu/drm/tinydrm/mi0283qt.o: In function `mi0283qt_probe':
mi0283qt.c:(.text+0x684): undefined reference to `devm_of_find_backlight'
This adds an explicit Kconfig dependency for it. While I did not
observe that failure for st7735r, I assume the same change is needed
there for the same reason.
Fixes:
|
||
|---|---|---|
| .. | ||
| core | ||
| ili9225.c | ||
| Kconfig | ||
| Makefile | ||
| mi0283qt.c | ||
| mipi-dbi.c | ||
| repaper.c | ||
| st7586.c | ||
| st7735r.c | ||