Kconfig 415 B

123456789101112131415161718
  1. config VIDEO_ARK_VIN
  2. tristate "ArkMicro ark1668ed videoin driversupport"
  3. depends on VIDEO_DEV && VIDEO_V4L2_SUBDEV_API
  4. default n
  5. select VIDEOBUF2_DMA_CONTIG
  6. select REGMAP_MMIO
  7. help
  8. This is the video in driver for arkmicro
  9. config VIN_LOG
  10. bool "use vin log for debug"
  11. default n
  12. config USE_CSI
  13. bool "use vin mipi-csi for input"
  14. default n
  15. source "drivers/media/platform/ark-vin/modules/sensor/Kconfig"