bool "OV3640 fixed focus"
endchoice
+config SOC_CAMERA_OV3660
+ tristate "ov3660 camera support for rockchip"
+ depends on SOC_CAMERA && I2C
+ help
+ This is a ov3660 camera driver for rockchip
+
+config OV3660_USER_DEFINED_SERIES
+ depends on SOC_CAMERA_OV3660
+ bool "OV3660 user defined init series"
+ default n
+
config SOC_CAMERA_OV5642
tristate "ov5642 camera support for rockchip"
depends on SOC_CAMERA && I2C
obj-$(CONFIG_SOC_CAMERA_OV9650) += ov9650.o
obj-$(CONFIG_SOC_CAMERA_OV2640_RK) += ov2640_rk.o
obj-$(CONFIG_SOC_CAMERA_OV3640) += ov3640.o
+obj-$(CONFIG_SOC_CAMERA_OV3660) += ov3660.o
obj-$(CONFIG_SOC_CAMERA_OV5640) += ov5640.o
obj-$(CONFIG_SOC_CAMERA_OV5640_FOR_TD8801) += ov5640_for_td8801.o
obj-$(CONFIG_SOC_CAMERA_OV5642) += ov5642.o
V4L2_IDENT_OV6650 = 265,
V4L2_IDENT_OV9740 = 266,
V4L2_IDENT_OV7690 = 267,
+ V4L2_IDENT_OV3660 = 268,
/* module saa7146: reserved range 300-309 */
V4L2_IDENT_SAA7146 = 300,