| 123456789101112131415161718 |
- config VIDEO_ARK_VIN
- tristate "ArkMicro ark1668ed videoin driversupport"
- depends on VIDEO_DEV && VIDEO_V4L2_SUBDEV_API
- default n
- select VIDEOBUF2_DMA_CONTIG
- select REGMAP_MMIO
- help
- This is the video in driver for arkmicro
- config VIN_LOG
- bool "use vin log for debug"
- default n
- config USE_CSI
- bool "use vin mipi-csi for input"
- default n
- source "drivers/media/platform/ark-vin/modules/sensor/Kconfig"
|