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