mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
b86986c7b3
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>
12 lines
290 B
Text
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.
|