mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-05 20:24:09 +08:00
c1d82b8953
Move this out of the soc_camera directory into the atmel directory where it belongs. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
19 lines
616 B
Plaintext
19 lines
616 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.
|
|
|
|
config VIDEO_ATMEL_ISI
|
|
tristate "ATMEL Image Sensor Interface (ISI) support"
|
|
depends on VIDEO_V4L2 && OF && HAS_DMA
|
|
depends on ARCH_AT91 || COMPILE_TEST
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
---help---
|
|
This module makes the ATMEL Image Sensor Interface available
|
|
as a v4l2 device.
|