Add OV2640 camera support to test the SAMA5 ISI peripheral

This commit is contained in:
Gregory Nutt
2013-12-09 10:51:22 -06:00
parent 227cddccfa
commit 4d07c15932
17 changed files with 2380 additions and 12 deletions
+11 -1
View File
@@ -259,7 +259,7 @@ menuconfig AUDIO_DEVICES
bool "Audio Device Support"
default n
---help---
This directory holds implementations of audio device drivers.
Enable support for audio device drivers.
This includes drivers for MP3, WMA and Ogg Vorbis encoding,
decoding, as well as drivers for interfacing with external
DSP chips to perform custom audio functions.
@@ -268,6 +268,16 @@ if AUDIO_DEVICES
source drivers/audio/Kconfig
endif # AUDIO_DEVICES
menuconfig VIDEO_DEVICES
bool "Video Device Support"
default n
---help---
Enable support for video device drivers.
if VIDEO_DEVICES
source drivers/video/Kconfig
endif # VIDEO_DEVICES
menuconfig BCH
bool "Block-to-Character (BCH) Support"
default n