zephyr/drivers/video/Kconfig.gc2145
Felipe Neves c24e8a3820 drivers: video: gc2145: fixes the prefix
of the compatible driver, use galaxycore
instead of gc.

Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
2024-09-17 20:10:31 -04:00

11 lines
270 B
Plaintext

# Copyright (c) 2024 Felipe Neves
# SPDX-License-Identifier: Apache-2.0
config VIDEO_GC2145
bool "GC2145 CMOS digital image sensor"
select I2C
depends on DT_HAS_GALAXYCORE_GC2145_ENABLED
default y
help
Enable driver for GC2145 CMOS digital image sensor device.