# SPDX-License-Identifier: GPL-2.0-only

config VIDEO_RZV2H_IVC
	tristate "Renesas RZ/V2H(P) Input Video Control block driver"
	depends on V4L_PLATFORM_DRIVERS
	depends on VIDEO_DEV
	depends on ARCH_RENESAS || COMPILE_TEST
	depends on OF
	depends on PM
	select VIDEOBUF2_DMA_CONTIG
	select MEDIA_CONTROLLER
	select VIDEO_V4L2_SUBDEV_API
	help
          Support for the Renesas RZ/V2H(P) Input Video Control Block
          (IVC).

          To compile this driver as a module, choose M here: the
          module will be called rzv2h-ivc.
