treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / media / platform / atmel / Kconfig
blob5ae3f60b81b114e4fee5ee370101d26136537c37
1 # SPDX-License-Identifier: GPL-2.0-only
2 config VIDEO_ATMEL_ISC
3         tristate "ATMEL Image Sensor Controller (ISC) support"
4         depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API
5         depends on ARCH_AT91 || COMPILE_TEST
6         select VIDEOBUF2_DMA_CONTIG
7         select REGMAP_MMIO
8         select V4L2_FWNODE
9         help
10            This module makes the ATMEL Image Sensor Controller available
11            as a v4l2 device.
13 config VIDEO_ATMEL_ISI
14         tristate "ATMEL Image Sensor Interface (ISI) support"
15         depends on VIDEO_V4L2 && OF
16         depends on ARCH_AT91 || COMPILE_TEST
17         select VIDEOBUF2_DMA_CONTIG
18         select V4L2_FWNODE
19         help
20           This module makes the ATMEL Image Sensor Interface available
21           as a v4l2 device.