summaryrefslogtreecommitdiff
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-07-07 14:51:49 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-07-09 18:23:22 +0200
commit1554f7c30bb7b28ef36fa7b5b77c547edb1ba030 (patch)
tree9d80e52c390a18e25bbcdf0a3dc3869de5ecc98c /drivers/media/platform/Kconfig
parent70115fee222012ca7c7ce796d772cac596b0927b (diff)
imx8: isi: ar0521: add initial driver
Add initial driver for the e-con Systems e-CAM50_CUIMX8. This is the driver part from the following patch we got from Yogaesh <yogaesh@e-consystems.com> on May 8, 2020: apalis_imx8qm_embedded_linux_eCAM50_support.patch Related-to: ELB-2793 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index 7b175866b23d..4e8a4344df8c 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -188,6 +188,15 @@ config VIDEO_TI_CAL
In TI Technical Reference Manual this module is referred as
Camera Interface Subsystem (CAMSS).
+config VIDEO_ECAM
+ tristate "e-con camera sensor support"
+ depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+ ---help---
+ This config is used to enable codes which are used to
+ support econ camera and to disable ISI control codes.
+
+ To compile this driver as a module, choose M here: the module
+ will be called based on sensor name.
endif # V4L_PLATFORM_DRIVERS