summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vimc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/vimc/Kconfig')
-rw-r--r--drivers/media/platform/vimc/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/platform/vimc/Kconfig b/drivers/media/platform/vimc/Kconfig
new file mode 100644
index 0000000..a18f635
--- /dev/null
+++ b/drivers/media/platform/vimc/Kconfig
@@ -0,0 +1,14 @@
+config VIDEO_VIMC
+ tristate "Virtual Media Controller Driver (VIMC)"
+ depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+ select VIDEOBUF2_VMALLOC
+ default n
+ ---help---
+ Skeleton driver for Virtual Media Controller
+
+ This driver can be compared to the vivid driver for emulating
+ a media node that exposes a complex media topology. The topology
+ is hard coded for now but is meant to be highly configurable in
+ the future.
+
+ When in doubt, say N.
OpenPOWER on IntegriCloud