Skip to content

Commit

Permalink
try arducam drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 6, 2024
1 parent a963ff9 commit f7431e3
Show file tree
Hide file tree
Showing 5 changed files with 1,867 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/rockchip_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ CONFIG_VIDEO_GC2093=y
CONFIG_VIDEO_GC8034=y
CONFIG_VIDEO_IMX219=y
CONFIG_VIDEO_IMX415=y
CONFIG_VIDEO_ARDUCAM_PIVARIETY=m
CONFIG_VIDEO_IMX464=y
CONFIG_VIDEO_VEYECAM2M=y
CONFIG_VIDEO_OS04A10=y
Expand Down
9 changes: 9 additions & 0 deletions drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,16 @@ config VIDEO_IMX415

To compile this driver as a module, choose M here: the
module will be called imx415.
config VIDEO_ARDUCAM_PIVARIETY
tristate "Arducam pivariety camera support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
help
This is a Video4Linux2 sensor driver for the Arducam
pivariety camera.

To compile this driver as a module, choose M here: the
module will be called arducam_pivariety.
config VIDEO_IMX464
tristate "Sony IMX464 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Expand Down
1 change: 1 addition & 0 deletions drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,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_ARDUCAM_PIVARIETY) += arducam-pivariety.o
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
obj-$(CONFIG_VIDEO_IMX492) += imx492.o
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
Expand Down
Loading

0 comments on commit f7431e3

Please sign in to comment.