mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 23:46:07 +07:00
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
|
config VIDEO_SUN6I_CSI
|
||
|
tristate "Allwinner V3s Camera Sensor Interface driver"
|
||
|
depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API && HAS_DMA
|
||
|
depends on ARCH_SUNXI || COMPILE_TEST
|
||
|
select VIDEOBUF2_DMA_CONTIG
|
||
|
select REGMAP_MMIO
|
||
|
select V4L2_FWNODE
|
||
|
help
|
||
|
Support for the Allwinner Camera Sensor Interface Controller on V3s.
|