mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
106267444f
Add driver for the Image Sensor Controller. It manages incoming data from a parallel based CMOS/CCD sensor. It has an internal image processor, also integrates a triple channel direct memory access controller master interface. Signed-off-by: Songjun Wu <songjun.wu@microchip.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
config VIDEO_ATMEL_ISC
|
|
tristate "ATMEL Image Sensor Controller (ISC) support"
|
|
depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API && HAS_DMA
|
|
depends on ARCH_AT91 || COMPILE_TEST
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select REGMAP_MMIO
|
|
help
|
|
This module makes the ATMEL Image Sensor Controller available
|
|
as a v4l2 device. |