treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / media / platform / vicodec / Kconfig
blob89456665cb16ca5247e3dba26fee8cbb43fb4ff5
1 # SPDX-License-Identifier: GPL-2.0-only
2 config VIDEO_VICODEC
3         tristate "Virtual Codec Driver"
4         depends on VIDEO_DEV && VIDEO_V4L2
5         select VIDEOBUF2_VMALLOC
6         select V4L2_MEM2MEM_DEV
7         help
8           Driver for a Virtual Codec
10           This driver can be compared to the vim2m driver for emulating
11           a video device node that exposes an emulated hardware codec.
13           When in doubt, say N.