diff mbox

[v3,10/10] V4L2 ISP driver patchset for Intel Moorestown Camera Imaging Subsystem

Message ID 33AB447FBD802F4E932063B962385B351E895DAC@shsmsx501.ccr.corp.intel.com (mailing list archive)
State RFC
Headers show

Commit Message

Xiaolin Zhang May 19, 2010, 3:18 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/media/video/mrstisp/Kconfig b/drivers/media/video/mrstisp/Kconfig
new file mode 100644
index 0000000..64f257c
--- /dev/null
+++ b/drivers/media/video/mrstisp/Kconfig
@@ -0,0 +1,24 @@ 
+config VIDEO_MRSTCI
+	tristate "Intel Moorestown CMOS Camera Controller support"
+	depends on PCI && I2C && VIDEO_V4L2
+	select VIDEOBUF_DMA_CONTIG
+	select VIDEO_OV2650
+	select VIDEO_OV5630
+	select VIDEO_OV9665
+	select VIDEO_S5K4E1
+	select VIDEO_OV5630_MOTOR
+	select VIDEO_S5K4E1_MOTOR
+	default y
+	---help---
+	  This is a video4linux2 driver for the Intel Atom (Moorestown)
+	  CMOS camera controller.
+
+config VIDEO_MRSTISP
+	tristate "Intel Moorestown ISP Controller support"
+	depends on VIDEO_MRSTCI
+	default y
+	---help---
+	  This is a video4linux2 driver for the Intel Atom (Moorestown)
+	  CMOS camera controller.
+	  To compile this driver as a module, choose M here: the
+	  module will be called mrstisp.ko.
diff --git a/drivers/media/video/mrstisp/Makefile b/drivers/media/video/mrstisp/Makefile
new file mode 100644
index 0000000..1511922
--- /dev/null
+++ b/drivers/media/video/mrstisp/Makefile
@@ -0,0 +1,6 @@ 
+mrstisp-objs	:= mrstisp_main.o mrstisp_hw.o mrstisp_isp.o	\
+                mrstisp_dp.o mrstisp_mif.o mrstisp_jpe.o	\
+		__mrstisp_private_ioctl.o
+
+obj-$(CONFIG_VIDEO_MRSTISP)	 	 += mrstisp.o
+EXTRA_CFLAGS	+=	 -I$(src)/include