u-boot/drivers/video/meson/Kconfig
Simon Glass b86986c7b3 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Now that all the old code is gone, rename this option. Driver model
migration is now complete.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-10-30 20:07:17 +01:00

12 lines
290 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 VIDEO
select DISPLAY
help
Enable Amlogic Meson Video Processing Unit video support.