1# Copyright (c) 2024 Felipe Neves
2# SPDX-License-Identifier: Apache-2.0
3
4config VIDEO_GC2145
5	bool "GC2145 CMOS digital image sensor"
6	select I2C
7	depends on DT_HAS_GALAXYCORE_GC2145_ENABLED
8	default y
9	help
10	  Enable driver for GC2145 CMOS digital image sensor device.
11