# SPDX-License-Identifier: GPL-2.0-or-later
# Makefile for the video capture/playback device drivers.
# Copyright 2010 Steven King <sfking@fdwdc.com>
#Copyright(c) 2022-2027 Allwinnertech Co., Ltd
# Each configuration option enables a list of files.
choice
	depends on CSI_CCI
	prompt "select cci or cci to twi"
	default CCI

config CCI
	bool "use internal cci"

config CCI_TO_TWI
	bool "chenge cci to twi"

endchoice
