mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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>
14 lines
324 B
Plaintext
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.
|