diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index f8cbd4adebfd..16decdd6e28c 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -1135,3 +1135,17 @@ menuconfig V4L_MEM2MEM_DRIVERS | |||
1135 | use system memory for both source and destination buffers, as opposed | 1135 | use system memory for both source and destination buffers, as opposed |
1136 | to capture and output drivers, which use memory buffers for just | 1136 | to capture and output drivers, which use memory buffers for just |
1137 | one of those. | 1137 | one of those. |
1138 | |||
1139 | if V4L_MEM2MEM_DRIVERS | ||
1140 | |||
1141 | config VIDEO_MEM2MEM_TESTDEV | ||
1142 | tristate "Virtual test device for mem2mem framework" | ||
1143 | depends on VIDEO_DEV && VIDEO_V4L2 | ||
1144 | select VIDEOBUF_VMALLOC | ||
1145 | select V4L2_MEM2MEM_DEV | ||
1146 | default n | ||
1147 | ---help--- | ||
1148 | This is a virtual test device for the memory-to-memory driver | ||
1149 | framework. | ||
1150 | |||
1151 | endif # V4L_MEM2MEM_DRIVERS | ||