diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2018-01-08 23:20:01 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-01-23 16:05:02 +0300 |
commit | 7952be9b6ece3d3c4d61f9811d7e5a984580064a (patch) | |
tree | c4ff80f1260e865bada91ddd2a0e5e777514dff8 /drivers/media/common/Kconfig | |
parent | c81ceb58e10124b79b9a01c70b9c25b2fe540475 (diff) | |
download | linux-7952be9b6ece3d3c4d61f9811d7e5a984580064a.tar.xz |
media: drivers/media/common/videobuf2: rename from videobuf
This directory contains the videobuf2 framework, so name the
directory accordingly.
The name 'videobuf' typically refers to the old and deprecated
videobuf version 1 framework so that was confusing.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/common/Kconfig')
-rw-r--r-- | drivers/media/common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig index cdfc905967dc..0cb7d819a5d2 100644 --- a/drivers/media/common/Kconfig +++ b/drivers/media/common/Kconfig @@ -16,7 +16,7 @@ config CYPRESS_FIRMWARE tristate "Cypress firmware helper routines" depends on USB -source "drivers/media/common/videobuf/Kconfig" +source "drivers/media/common/videobuf2/Kconfig" source "drivers/media/common/b2c2/Kconfig" source "drivers/media/common/saa7146/Kconfig" source "drivers/media/common/siano/Kconfig" |