Tom Rini 96d1e8b29b video: Tighten some video driver dependencies
A few video drivers cannot build without access to some platform
specific header files. Express those requirements in Kconfig as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
2025-12-30 10:21:48 -06:00

14 lines
324 B
Plaintext

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2018 BayLibre, SAS
#
# Author: Neil Armstrong <narmstrong@baylibre.com>
config VIDEO_MESON
bool "Enable Amlogic Meson video support"
depends on VIDEO && ARCH_MESON
select DISPLAY
imply VIDEO_DAMAGE
help
Enable Amlogic Meson Video Processing Unit video support.