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. |