mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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 <marcin@juszkiewicz.com.pl>
This commit is contained in:
parent
622178d923
commit
9a3122f769
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue