diff options
Diffstat (limited to 'drivers/video/meson/Kconfig')
-rw-r--r-- | drivers/video/meson/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/meson/Kconfig b/drivers/video/meson/Kconfig new file mode 100644 index 0000000000..0c9ddeb8b6 --- /dev/null +++ b/drivers/video/meson/Kconfig @@ -0,0 +1,12 @@ +# 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. |