mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
media: i2c: add imx498 sensor driver
Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com> Change-Id: I0eacdb0dcce89924b8a820699e855dbb11361cb3
This commit is contained in:
committed by
Tao Huang
parent
50e3b9c050
commit
0ad1b882f4
@@ -740,6 +740,18 @@ config VIDEO_IMX492
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx492.
|
||||
|
||||
config VIDEO_IMX498
|
||||
tristate "Sony IMX498 sensor support"
|
||||
depends on I2C && VIDEO_DEV
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select VIDEO_V4L2_SUBDEV_API
|
||||
help
|
||||
This is a Video4Linux2 sensor driver for the Sony
|
||||
IMX498 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx498.
|
||||
|
||||
config VIDEO_IMX577
|
||||
tristate "Sony IMX577 sensor support"
|
||||
depends on I2C && VIDEO_DEV
|
||||
|
||||
@@ -98,6 +98,7 @@ obj-$(CONFIG_VIDEO_IMX412) += imx412.o
|
||||
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
|
||||
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
|
||||
obj-$(CONFIG_VIDEO_IMX492) += imx492.o
|
||||
obj-$(CONFIG_VIDEO_IMX492) += imx498.o
|
||||
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
|
||||
obj-$(CONFIG_VIDEO_IMX586) += imx586.o
|
||||
obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
|
||||
|
||||
1845
drivers/media/i2c/imx498.c
Normal file
1845
drivers/media/i2c/imx498.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user