>From e81476bafd59afd7cc3474f7003e331fc4303e96 Mon Sep 17 00:00:00 2001
From: Xiaolin Zhang <xiaolin.zh...@intel.com>
Date: Tue, 18 May 2010 15:53:41 +0800
Subject: [PATCH 10/10] This patch is a part of v4l2 ISP patchset for Intel 
Moorestown camera imaging
 subsystem support which contain the chagne in the build system.

Signed-off-by: Xiaolin Zhang <xiaolin.zh...@intel.com>
---
 drivers/media/video/mrstisp/Kconfig  |   24 ++++++++++++++++++++++++
 drivers/media/video/mrstisp/Makefile |    6 ++++++
 2 files changed, 30 insertions(+), 0 deletions(-)
 create mode 100644 drivers/media/video/mrstisp/Kconfig
 create mode 100644 drivers/media/video/mrstisp/Makefile

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
-- 
1.6.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to