xref: /linux/drivers/media/platform/amd/isp4/Kconfig (revision e62bb5abdcc0dc57ff09c4db961784582e61cd9b)
1# SPDX-License-Identifier: GPL-2.0+
2
3config VIDEO_AMD_ISP4_CAPTURE
4	tristate "AMD ISP4 and camera driver"
5	depends on DRM_AMDGPU && DRM_AMD_ISP
6	depends on HAS_DMA
7	depends on VIDEO_DEV
8	select VIDEOBUF2_CORE
9	select VIDEOBUF2_MEMOPS
10	select VIDEOBUF2_V4L2
11	select VIDEOBUF2_VMALLOC
12	select VIDEO_V4L2_SUBDEV_API
13	help
14	  This is support for AMD ISP4 and camera subsystem driver.
15	  Say Y here to enable the ISP4 and camera device for video capture.
16	  To compile this driver as a module, choose M here. The module will
17	  be called amd_isp4_capture.
18