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