media: sunxi-vin: enable IMX415 sensor module
This commit is contained in:
parent
5a24410bea
commit
5f15c55f5a
@ -29,6 +29,7 @@ CONFIG_ACTUATOR_CN3927=m
|
||||
CONFIG_SUPPORT_ISP_TDM=y
|
||||
CONFIG_SENSOR_GC030A=m
|
||||
CONFIG_SENSOR_GC05A2=m
|
||||
CONFIG_SENSOR_IMX415=m
|
||||
CONFIG_SENSOR_OV13850=m
|
||||
CONFIG_AW_DRM=y
|
||||
CONFIG_AW_DRM_LVDS=y
|
||||
|
||||
@ -72,6 +72,10 @@ config SENSOR_IMX386_2LANE
|
||||
tristate "use imx386_2lane driver"
|
||||
default n
|
||||
|
||||
config SENSOR_IMX415
|
||||
tristate "use imx415 driver"
|
||||
default n
|
||||
|
||||
config SENSOR_OV5640
|
||||
tristate "use ov5640 driver"
|
||||
default n
|
||||
|
||||
@ -15,6 +15,7 @@ obj-$(CONFIG_SENSOR_IMX278) += imx278_mipi.o
|
||||
obj-$(CONFIG_SENSOR_IMX278_2LANE) += imx278_2lane_mipi.o
|
||||
obj-$(CONFIG_SENSOR_IMX386) += imx386_mipi.o
|
||||
obj-$(CONFIG_SENSOR_IMX386_2LANE) += imx386_2lane_mipi.o
|
||||
obj-$(CONFIG_SENSOR_IMX415) += imx415_mipi.o
|
||||
obj-$(CONFIG_SENSOR_NVP6158C) += nvp6158/
|
||||
obj-$(CONFIG_SENSOR_RN6854M) += rn6854m_mipi.o
|
||||
obj-$(CONFIG_SENSOR_OV5640) += ov5640.o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user