xref: /linux/drivers/media/i2c/ccs/Kconfig (revision 41fd3cacd29f47f6b9c6474b27c5b0513786c4e9)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_CCS
3	tristate "MIPI CCS/SMIA++/SMIA sensor support"
4	depends on HAVE_CLK
5	select VIDEO_CCS_PLL
6	help
7	  This is a generic driver for MIPI CCS, SMIA++ and SMIA compliant
8	  camera sensors.
9