new file mode 100644
@@ -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.
new file mode 100644
@@ -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