v4l2-pci-skeleton: Only build if PCI is available
[firefly-linux-kernel-4.4.55.git] / drivers / media / v4l2-core / Kconfig
index 9ca0f8d59a147d5cffe2039ce90228f2e85cf71f..ba7e21a73023b9aef490d4c6406448e224c297f7 100644 (file)
@@ -25,6 +25,15 @@ config VIDEO_FIXED_MINOR_RANGES
 
          When in doubt, say N.
 
+config VIDEO_PCI_SKELETON
+       tristate "Skeleton PCI V4L2 driver"
+       depends on PCI && BUILD_DOCSRC
+       depends on VIDEO_V4L2 && VIDEOBUF2_CORE
+       depends on VIDEOBUF2_MEMOPS && VIDEOBUF2_DMA_CONTIG
+       ---help---
+         Enable build of the skeleton PCI driver, used as a reference
+         when developing new drivers.
+
 # Used by drivers that need tuner.ko
 config VIDEO_TUNER
        tristate