sdk-hwV1.3/lichee/linux-4.9/drivers/media/platform/sunxi-vin/vin-cci/Kconfig

13 lines
168 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
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