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_GC0310 31 tristate "GC0310 sensor support" 32 depends on ACPI 33 depends on I2C && VIDEO_DEV 34 select V4L2_CCI_I2C 35 help 36 This is a Video4Linux2 sensor-level driver for the Galaxycore 37 GC0310 0.3MP sensor. 38