mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
media: i2c: add camera driver imx464
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: Iae18497edac0c4fdd24bd2f74a5348aa5271f4e4
This commit is contained in:
@@ -790,6 +790,17 @@ config VIDEO_IMX415
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx415.
|
||||
|
||||
config VIDEO_IMX464
|
||||
tristate "Sony IMX464 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
|
||||
IMX464 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx464.
|
||||
|
||||
config VIDEO_OS02G10
|
||||
tristate "OmniVision OS02G10 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -153,6 +153,7 @@ 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_IMX464) += imx464.o
|
||||
obj-$(CONFIG_VIDEO_GC02M2) += gc02m2.o
|
||||
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
|
||||
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
|
||||
|
||||
2693
drivers/media/i2c/imx464.c
Normal file
2693
drivers/media/i2c/imx464.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user