mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-08-06 20:27:15 +02:00
13 lines
293 B
Plaintext
13 lines
293 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 DM_VIDEO
|
|
select DISPLAY
|
|
help
|
|
Enable Amlogic Meson Video Processing Unit video support.
|