diff options
| author | Devarsh Thakkar <[email protected]> | 2024-09-25 20:43:52 +0530 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2024-10-22 19:52:59 +0200 |
| commit | c525423e5cd66f88237d67071f169ed16df4d1a8 (patch) | |
| tree | 6f3e8d133c28e57bd2ac611fd591d09bf4ca4775 /doc/develop | |
| parent | b34849c5ac6dfbcd1493bf07956f738bfffdbf02 (diff) | |
boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB
The fdt_simplefb.c APIs rely on video-uclass APIs and structures to
fill/update framebuffer information, so compile it only when VIDEO
Kconfig is enabled, as otherwise below warning can be seen if VIDEO
Kconfig is disabled:
"boot/fdt_simplefb.c:96:12: warning: fdt_simplefb_enable_existing_node
defined but not used [-Wunused-function]
96 | static int fdt_simplefb_enable_existing_node(void *blob)"
Reported-by: Mattijs Korpershoek <[email protected]>
Signed-off-by: Devarsh Thakkar <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions
