Skip to content
Permalink
Browse files
media: kmb-lens: Add Keem Bay camera lens
Add support the Keem Bay camera lens voice coil.

Signed-off-by: Martina Krasteva <martinax.krasteva@intel.com>
Signed-off-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
  • Loading branch information
Martina Krasteva authored and nanli2x committed Jan 13, 2022
1 parent ac457af commit 0d5b79d80af57838bdb57ee7ad6d49d29c24e56d
Show file tree
Hide file tree
Showing 4 changed files with 692 additions and 0 deletions.
@@ -1476,6 +1476,16 @@ config VIDEO_DW9807_VCM
capability. This is designed for linear control of
voice coil motors, controlled via I2C serial interface.

config VIDEO_INTEL_KMB_LENS
tristate "Keem Bay Camera lens voice coil support"
depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
select V4L2_FWNODE
help
Support for the Keem Bay camera lens voice coil.

To compile this driver as a module, choose M here: the
module will be called kmb-lens.

endmenu

menu "Flash devices"
@@ -138,3 +138,4 @@ obj-$(CONFIG_SDR_MAX2175) += max2175.o
obj-$(CONFIG_VIDEO_INTEL_KMB_SENSOR) += kmb-sensor.o
obj-$(CONFIG_VIDEO_INTEL_KMB_IMX327) += kmb-imx327.o
obj-$(CONFIG_VIDEO_INTEL_KMB_FLASH) += kmb-flash.o
obj-$(CONFIG_VIDEO_INTEL_KMB_LENS) += kmb-lens.o

0 comments on commit 0d5b79d

Please sign in to comment.