[media] atmel-isi: remove dependency of the soc-camera framework
This patch converts the atmel-isi driver from a soc-camera driver to a driver that is stand-alone. 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>
This commit is contained in:
parent
e48f4eeac1
commit
d12c9088c0
|
@ -28,9 +28,8 @@ config VIDEO_SH_MOBILE_CEU
|
|||
|
||||
config VIDEO_ATMEL_ISI
|
||||
tristate "ATMEL Image Sensor Interface (ISI) support"
|
||||
depends on VIDEO_DEV && SOC_CAMERA
|
||||
depends on VIDEO_V4L2 && OF && HAS_DMA
|
||||
depends on ARCH_AT91 || COMPILE_TEST
|
||||
depends on HAS_DMA
|
||||
select VIDEOBUF2_DMA_CONTIG
|
||||
---help---
|
||||
This module makes the ATMEL Image Sensor Interface available
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue