diff options
author | Songjun Wu <songjun.wu@microchip.com> | 2016-08-17 03:05:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-22 12:59:58 -0300 |
commit | 106267444f12fde77f5aee92ca862a7138a88508 (patch) | |
tree | 80d4eee192a278b1555f7c57a350fcde7d90d89d /drivers/media/platform/atmel/Makefile | |
parent | 8d4b231af9d162859aa4b8aeaa09170230ea1b11 (diff) | |
download | linux-106267444f12fde77f5aee92ca862a7138a88508.tar.gz |
[media] atmel-isc: add the Image Sensor Controller code
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>
Diffstat (limited to 'drivers/media/platform/atmel/Makefile')
-rw-r--r-- | drivers/media/platform/atmel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/atmel/Makefile b/drivers/media/platform/atmel/Makefile new file mode 100644 index 000000000000..9d7c999d434d --- /dev/null +++ b/drivers/media/platform/atmel/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel-isc.o |