Skip to content

Commit

Permalink
Fix compile issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ng Khai Wen <khai.wen.ng@intel.com>
  • Loading branch information
khaiwenng authored and krispan-intel committed Jul 5, 2021
1 parent 08ac4ae commit 2def42a
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
37 changes: 37 additions & 0 deletions drivers/media/i2c/Kconfig
Expand Up @@ -719,6 +719,43 @@ endmenu
menu "Camera sensor devices"
visible if MEDIA_CAMERA_SUPPORT

config VIDEO_OV01A1S
tristate "OmniVision OV01A1S sensor support"
depends on POWER_CTRL_LOGIC
depends on VIDEO_V4L2 && I2C
depends on ACPI || COMPILE_TEST
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the OmniVision
OV01A1S camera.

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

config VIDEO_AR0234
tristate "OnSemi AR0234 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
help
This is a Video4Linux2 sensor-level driver for the OnSemi
ar0234 camera.

AR0234 is a 2Mp Digital image sensor with global shutter.

config VIDEO_TI960
tristate "TI960 driver support"
depends on I2C && VIDEO_V4L2
help
This is a driver for TI960 Deserializer.

config VIDEO_IMX390
depends on I2C && VIDEO_V4L2
tristate "IMX390 Camera Driver"
help
This is a Video4Linux2 sensor-level driver for Sony IMX390 camera.

config VIDEO_APTINA_PLL
tristate

Expand Down
5 changes: 5 additions & 0 deletions drivers/media/i2c/Makefile
Expand Up @@ -125,3 +125,8 @@ obj-$(CONFIG_VIDEO_RDACM20) += rdacm20-camera_module.o
obj-$(CONFIG_VIDEO_ST_MIPID02) += st-mipid02.o

obj-$(CONFIG_SDR_MAX2175) += max2175.o
obj-$(CONFIG_VIDEO_TI964) += ti964.o
ti960-objs := ti953-ser.o ti960-des.o
obj-$(CONFIG_VIDEO_TI960) += ti960.o
obj-$(CONFIG_VIDEO_AR0234) += ar0234.o
obj-$(CONFIG_VIDEO_IMX390) += imx390.o
1 change: 1 addition & 0 deletions drivers/media/pci/Kconfig
Expand Up @@ -56,6 +56,7 @@ source "drivers/media/pci/netup_unidvb/Kconfig"
endif

source "drivers/media/pci/intel/ipu3/Kconfig"
source "drivers/media/pci/intel/Kconfig"

config VIDEO_PCI_SKELETON
tristate "Skeleton PCI V4L2 driver"
Expand Down
2 changes: 2 additions & 0 deletions drivers/media/platform/Kconfig
Expand Up @@ -31,6 +31,8 @@ source "drivers/media/platform/davinci/Kconfig"

source "drivers/media/platform/omap/Kconfig"

source "drivers/media/platform/intel/Kconfig"

config VIDEO_ASPEED
tristate "Aspeed AST2400 and AST2500 Video Engine driver"
depends on VIDEO_V4L2
Expand Down
1 change: 1 addition & 0 deletions drivers/media/platform/Makefile
Expand Up @@ -80,3 +80,4 @@ obj-$(CONFIG_VIDEO_QCOM_CAMSS) += qcom/camss/
obj-$(CONFIG_VIDEO_QCOM_VENUS) += qcom/venus/

obj-y += sunxi/
obj-y += intel/

0 comments on commit 2def42a

Please sign in to comment.