treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / media / platform / xilinx / Kconfig
bloba2773ad7c1859b10c163f7534b946b60056f484a
1 # SPDX-License-Identifier: GPL-2.0
3 config VIDEO_XILINX
4         tristate "Xilinx Video IP (EXPERIMENTAL)"
5         depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && HAS_DMA
6         select VIDEOBUF2_DMA_CONTIG
7         select V4L2_FWNODE
8         help
9           Driver for Xilinx Video IP Pipelines
11 if VIDEO_XILINX
13 config VIDEO_XILINX_TPG
14         tristate "Xilinx Video Test Pattern Generator"
15         depends on VIDEO_XILINX
16         select VIDEO_XILINX_VTC
17         help
18            Driver for the Xilinx Video Test Pattern Generator
20 config VIDEO_XILINX_VTC
21         tristate "Xilinx Video Timing Controller"
22         depends on VIDEO_XILINX
23         help
24            Driver for the Xilinx Video Timing Controller
26 endif #VIDEO_XILINX