blob: 9d1927af1cb8c1047e7c100cd5524c016f8f008a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# SPDX-License-Identifier: GPL-2.0+
config VIDEO_AMD_ISP4_CAPTURE
tristate "AMD ISP4 and camera driver"
depends on DRM_AMDGPU && DRM_AMD_ISP
depends on HAS_DMA
depends on VIDEO_DEV
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.
|