diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-09-22 08:27:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-28 11:49:13 -0400 |
commit | 1f923a42033ad05baf755775e3339b5c319b5898 (patch) | |
tree | dcf0c74c09bdd9a6e68a87378a06b935edca8e42 /drivers/media/platform/Kconfig | |
parent | 373fbbce546be8914e625373eaa16036a695d39d (diff) |
[media] mem2mem_testdev: rename to vim2m
This is 1) *much* easier to type, and 2) is consistent with vivid
('vi' for virtual). More of such virtual drivers are planned, so keeping
the naming consistent makes sense.
Note that the old module name is retained as a module alias.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r-- | drivers/media/platform/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 3aac88f1d54a..0c61155699f7 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig | |||
@@ -267,8 +267,8 @@ if V4L_TEST_DRIVERS | |||
267 | 267 | ||
268 | source "drivers/media/platform/vivid/Kconfig" | 268 | source "drivers/media/platform/vivid/Kconfig" |
269 | 269 | ||
270 | config VIDEO_MEM2MEM_TESTDEV | 270 | config VIDEO_VIM2M |
271 | tristate "Virtual test device for mem2mem framework" | 271 | tristate "Virtual Memory-to-Memory Driver" |
272 | depends on VIDEO_DEV && VIDEO_V4L2 | 272 | depends on VIDEO_DEV && VIDEO_V4L2 |
273 | select VIDEOBUF2_VMALLOC | 273 | select VIDEOBUF2_VMALLOC |
274 | select V4L2_MEM2MEM_DEV | 274 | select V4L2_MEM2MEM_DEV |