mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 16:44:59 +00:00

The driver relies on the reset controller API to work, so add
RESET_CONTROLLER as one of its Kconfig dependencies.
Fixes: a4260ea495
("media: sun4i: Add H3 deinterlace driver")
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
15 lines
487 B
Plaintext
15 lines
487 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_SUN8I_DEINTERLACE
|
|
tristate "Allwinner Deinterlace driver"
|
|
depends on V4L_MEM2MEM_DRIVERS
|
|
depends on VIDEO_DEV
|
|
depends on ARCH_SUNXI || COMPILE_TEST
|
|
depends on COMMON_CLK && RESET_CONTROLLER && OF
|
|
depends on PM
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select V4L2_MEM2MEM_DEV
|
|
help
|
|
Support for the Allwinner deinterlace unit with scaling
|
|
capability found on some SoCs, like H3.
|
|
To compile this driver as a module choose m here.
|