Skip to content

Commit

Permalink
im385: first version driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sugar authored and csjamesdeng committed Oct 12, 2018
1 parent 0056b9c commit a1ba189
Show file tree
Hide file tree
Showing 4 changed files with 5,330 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/media/platform/sunxi-vin/modules/sensor/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ config SENSOR_IMX477_MIPI
tristate "imx477_mipi sensor driver"
default n

config SENSOR_IMX385_MIPI
tristate "imx385_mipi sensor driver"
default n

menuconfig IMX317_PLATFORM
bool "imx317 platform select"
default n
Expand Down
1 change: 1 addition & 0 deletions drivers/media/platform/sunxi-vin/modules/sensor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ obj-$(CONFIG_SENSOR_IMX326_MIPI) += imx326_mipi.o
obj-$(CONFIG_SENSOR_OS08A10_MIPI) += os08a10_mipi.o
obj-$(CONFIG_SENSOR_OV12895_MIPI) += ov12895_mipi.o
obj-$(CONFIG_SENSOR_IMX477_MIPI) += imx477_mipi.o
obj-$(CONFIG_SENSOR_IMX385_MIPI) += imx385_mipi.o

Loading

0 comments on commit a1ba189

Please sign in to comment.