1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_VIU 3 tristate "NXP VIU Video Driver (DEPRECATED)" 4 depends on V4L_PLATFORM_DRIVERS 5 depends on VIDEO_DEV && (PPC_MPC512x || COMPILE_TEST) && I2C 6 select VIDEOBUF_DMA_CONTIG 7 help 8 Support for Freescale VIU video driver. This device captures 9 video data, or overlays video on DIU frame buffer. 10 11 This driver is deprecated and is scheduled for removal by 12 the beginning of 2023. See the TODO file for more information. 13 14 Say Y here if you want to enable VIU device on MPC5121e Rev2+. 15 In doubt, say N. 16