1. update cv182x/cv183x configuration file 2. update cv181x/cv180x configuration file 3. update clk driver for cvitek 4. update dma driver for cvitek 5. update soc driver for cvitek 6. porting cvitek ion driver from kernel-4.19 7. compatible with riscv Change-Id: Icff9fafe0ebe7d6bab824bbadb952e08bdc66c19
19 lines
494 B
Plaintext
19 lines
494 B
Plaintext
config VIDEO_CVITEK_CIF
|
|
tristate "CVITEK CIF driver"
|
|
depends on HAS_DMA
|
|
default y
|
|
help
|
|
This is a V4L2 driver for the CVITEK camera interface.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called mipi_rx.
|
|
|
|
config VIDEO_CVITEK_SNS_I2C
|
|
tristate "CVITEK Sensor I2C driver"
|
|
depends on HAS_DMA
|
|
default y
|
|
help
|
|
This is a V4L2 driver for the CVITEK Sensor I2C Wrapper.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called sensor_i2c. |