xref: /openbmc/u-boot/drivers/video/meson/Kconfig (revision e020fb5ad29ec8f17ca966f8d56000d7abc934ec)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2018 BayLibre, SAS
4#
5# Author: Neil Armstrong <narmstrong@baylibre.com>
6
7config VIDEO_MESON
8	bool "Enable Amlogic Meson video support"
9	depends on DM_VIDEO
10	select DISPLAY
11	help
12	  Enable Amlogic Meson Video Processing Unit video support.
13