mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
13 lines
293 B
Text
13 lines
293 B
Text
|
# 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 DM_VIDEO
|
||
|
select DISPLAY
|
||
|
help
|
||
|
Enable Amlogic Meson Video Processing Unit video support.
|