1# SPDX-License-Identifier: GPL-2.0 2# 3# Kconfig for sensor drivers 4# 5 6config VIDEO_ATOMISP_OV2722 7 tristate "OVT ov2722 sensor support" 8 depends on ACPI 9 depends on I2C && VIDEO_DEV 10 help 11 This is a Video4Linux2 sensor-level driver for the OVT 12 OV2722 raw camera. 13 14 OVT is a 2M raw sensor. 15 16 It currently only works with the atomisp driver. 17 18config VIDEO_ATOMISP_GC2235 19 tristate "Galaxy gc2235 sensor support" 20 depends on ACPI 21 depends on I2C && VIDEO_DEV 22 help 23 This is a Video4Linux2 sensor-level driver for the OVT 24 GC2235 raw camera. 25 26 GC2235 is a 2M raw sensor. 27 28 It currently only works with the atomisp driver. 29 30config VIDEO_ATOMISP_MT9M114 31 tristate "Aptina mt9m114 sensor support" 32 depends on ACPI 33 depends on I2C && VIDEO_DEV 34 help 35 This is a Video4Linux2 sensor-level driver for the Micron 36 mt9m114 1.3 Mpixel camera. 37 38 mt9m114 is video camera sensor. 39 40 It currently only works with the atomisp driver. 41 42config VIDEO_ATOMISP_GC0310 43 tristate "GC0310 sensor support" 44 depends on ACPI 45 depends on I2C && VIDEO_DEV 46 help 47 This is a Video4Linux2 sensor-level driver for the Galaxycore 48 GC0310 0.3MP sensor. 49