From: Marcin Juszkiewicz Date: Thu, 5 Nov 2020 16:30:26 +0000 (+0100) Subject: Kconfig: simple panel requires backlight X-Git-Tag: v2021.10~367^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a3122f769d2e0bd0bc213b98bc251f92e3ff979;p=platform%2Fkernel%2Fu-boot.git Kconfig: simple panel requires backlight During build of simple panel driver backlight is needed so let's enable it: aarch64-linux-gnu-ld.bfd: drivers/built-in.o: in function `simple_panel_set_backlight': u-boot/drivers/video/simple_panel.c:43: undefined reference to `backlight_set_brightness' aarch64-linux-gnu-ld.bfd: drivers/built-in.o: in function `simple_panel_enable_backlight': u-boot/drivers/video/simple_panel.c:28: undefined reference to `backlight_enable' Signed-off-by: Marcin Juszkiewicz --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d39d9b2..d782eb8 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -199,7 +199,7 @@ config PANEL config SIMPLE_PANEL bool "Enable simple panel support" - depends on PANEL + depends on PANEL && BACKLIGHT default y help This turns on a simple panel driver that enables a compatible