diff options
-rw-r--r-- | Documentation/video4linux/Makefile | 2 | ||||
-rw-r--r-- | drivers/media/v4l2-core/Kconfig | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/video4linux/Makefile b/Documentation/video4linux/Makefile index d58101e788fc..65a351d75c95 100644 --- a/Documentation/video4linux/Makefile +++ b/Documentation/video4linux/Makefile | |||
@@ -1 +1 @@ | |||
obj-m := v4l2-pci-skeleton.o | obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o | ||
diff --git a/drivers/media/v4l2-core/Kconfig b/drivers/media/v4l2-core/Kconfig index 9ca0f8d59a14..ba7e21a73023 100644 --- a/drivers/media/v4l2-core/Kconfig +++ b/drivers/media/v4l2-core/Kconfig | |||
@@ -25,6 +25,15 @@ config VIDEO_FIXED_MINOR_RANGES | |||
25 | 25 | ||
26 | When in doubt, say N. | 26 | When in doubt, say N. |
27 | 27 | ||
28 | config VIDEO_PCI_SKELETON | ||
29 | tristate "Skeleton PCI V4L2 driver" | ||
30 | depends on PCI && BUILD_DOCSRC | ||
31 | depends on VIDEO_V4L2 && VIDEOBUF2_CORE | ||
32 | depends on VIDEOBUF2_MEMOPS && VIDEOBUF2_DMA_CONTIG | ||
33 | ---help--- | ||
34 | Enable build of the skeleton PCI driver, used as a reference | ||
35 | when developing new drivers. | ||
36 | |||
28 | # Used by drivers that need tuner.ko | 37 | # Used by drivers that need tuner.ko |
29 | config VIDEO_TUNER | 38 | config VIDEO_TUNER |
30 | tristate | 39 | tristate |