]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: anx9804: Only build when needed
authorTom Rini <trini@konsulko.com>
Wed, 12 Nov 2025 20:00:05 +0000 (14:00 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 30 Dec 2025 16:21:48 +0000 (10:21 -0600)
commite1bcce1dbbb13a7ec1e8f02e8ce27fad8c550f23
tree8218ab50494d676a11d18fd77aa9c12d0a9b02e3
parent96d1e8b29b4fc3aa150bce520f33966955efa456
video: anx9804: Only build when needed

The logic for how to handle this video driver is slightly odd. Only in
the case of when CONFIG_VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804 is
enabled do we need to have this file built, and otherwise we have a
dummy function in use. Correct the logic by only building this file when
needed.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/video/Makefile