mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
media: i2c: camera: Add imx582 sensor driver
Signed-off-by: Yuefu Su <yuefu.su@rock-chips.com> Change-Id: Iab806c9602c5edfcae7173bcb2d27533a06a4897
This commit is contained in:
@@ -837,6 +837,19 @@ config VIDEO_IMX577
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx577.
|
||||
|
||||
config VIDEO_IMX582
|
||||
tristate "Sony IMX582 sensor support"
|
||||
depends on I2C && VIDEO_DEV
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select MEDIA_CONTROLLER
|
||||
select VIDEO_V4L2_SUBDEV_API
|
||||
help
|
||||
This is a Video4Linux2 sensor driver for the Sony
|
||||
IMX582 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx582.
|
||||
|
||||
config VIDEO_IMX586
|
||||
tristate "Sony IMX586 sensor support"
|
||||
depends on I2C && VIDEO_DEV
|
||||
|
||||
@@ -105,6 +105,7 @@ obj-$(CONFIG_VIDEO_IMX464) += imx464.o
|
||||
obj-$(CONFIG_VIDEO_IMX492) += imx492.o
|
||||
obj-$(CONFIG_VIDEO_IMX498) += imx498.o
|
||||
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
|
||||
obj-$(CONFIG_VIDEO_IMX582) += imx582.o
|
||||
obj-$(CONFIG_VIDEO_IMX586) += imx586.o
|
||||
obj-$(CONFIG_VIDEO_IMX678) += imx678.o
|
||||
obj-$(CONFIG_VIDEO_IMX766) += imx766.o
|
||||
|
||||
1842
drivers/media/i2c/imx582.c
Normal file
1842
drivers/media/i2c/imx582.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user