mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
media: i2c: add imx378 sensor driver
Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com> Change-Id: I10da914805897d470de0827a3079d3fa8e197972
This commit is contained in:
@@ -734,6 +734,17 @@ config VIDEO_IMX347
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx347.
|
||||
|
||||
config VIDEO_IMX378
|
||||
tristate "Sony IMX378 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
help
|
||||
This is a Video4Linux2 sensor driver for the Sony
|
||||
IMX378 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx378.
|
||||
|
||||
config VIDEO_IMX415
|
||||
tristate "Sony IMX415 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -133,6 +133,7 @@ obj-$(CONFIG_VIDEO_IMX323) += imx323.o
|
||||
obj-$(CONFIG_VIDEO_IMX327) += imx327.o
|
||||
obj-$(CONFIG_VIDEO_IMX335) += imx335.o
|
||||
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
|
||||
obj-$(CONFIG_VIDEO_IMX378) += imx378.o
|
||||
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
|
||||
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
|
||||
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
|
||||
|
||||
2964
drivers/media/i2c/imx378.c
Normal file
2964
drivers/media/i2c/imx378.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user