#
config VIN_SENSOR_OV5640
- bool "VIN SENSOR support OV5640"
+ tristate "VIN SENSOR support OV5640"
depends on VIDEO_STF_VIN
select V4L2_FWNODE
default n
Say Y here if you want to have support for VIN sensor OV5640
config VIN_SENSOR_SC2235
- bool "VIN SENSOR support SC2235"
+ tristate "VIN SENSOR support SC2235"
depends on VIDEO_STF_VIN
select V4L2_FWNODE
default n
Say Y here if you want to have support for VIN sensor SC2235
config VIN_SENSOR_OV4689
- bool "VIN SENSOR support OV4689"
+ tristate "VIN SENSOR support OV4689"
depends on VIDEO_STF_VIN
select V4L2_FWNODE
default n
help
Say Y here if you want to have support for VIN sensor OV4689
-config VIN_SENSOR_OV13850
- bool "VIN SENSOR support OV13850"
+config VIN_SENSOR_IMX219
+ tristate "VIN SENSOR support imx219"
depends on VIDEO_STF_VIN
select V4L2_FWNODE
default n
obj-$(CONFIG_VIN_SENSOR_OV13850) += v4l2_driver/ov13850_mipi.o
obj-$(CONFIG_VIN_SENSOR_IMX219) += v4l2_driver/imx219_mipi.o
-obj-$(CONFIG_VIDEO_STF_VIN) += v4l2_driver/stfcamss.o \
+starfivecamss-objs += v4l2_driver/stfcamss.o \
v4l2_driver/stf_event.o \
v4l2_driver/stf_dvp.o \
v4l2_driver/stf_csi.o \
v4l2_driver/stf_isp_hw_ops.o \
v4l2_driver/stf_dvp_hw_ops.o \
v4l2_driver/stf_dmabuf.o
+
+
+obj-$(CONFIG_VIDEO_STF_VIN) += starfivecamss.o \
unsigned int stdbg_level = ST_ERR;
unsigned int stdbg_mask = 0x7F;
#endif
+EXPORT_SYMBOL_GPL(stdbg_level);
+EXPORT_SYMBOL_GPL(stdbg_mask);
static const struct reg_name mem_reg_name[] = {
#ifndef CONFIG_VIDEO_CADENCE_CSI2RX