# SPDX-License-Identifier: GPL-2.0+

config VIDEO_AMD_ISP4_CAPTURE
	tristate "AMD ISP4 and camera driver"
	depends on DRM_AMD_ISP && VIDEO_DEV && HAS_DMA
	select VIDEOBUF2_CORE
	select VIDEOBUF2_MEMOPS
	select VIDEOBUF2_V4L2
	select VIDEOBUF2_VMALLOC
	select VIDEO_V4L2_SUBDEV_API
	help
	  This is support for AMD ISP4 and camera subsystem driver.
	  Say Y here to enable the ISP4 and camera device for video capture.
	  To compile this driver as a module, choose M here. The module will
	  be called amd_isp4_capture.
