Kconfig 469 B

1234567891011121314
  1. config VIDEO_VIMC
  2. tristate "Virtual Media Controller Driver (VIMC)"
  3. depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  4. select VIDEOBUF2_VMALLOC
  5. default n
  6. ---help---
  7. Skeleton driver for Virtual Media Controller
  8. This driver can be compared to the vivid driver for emulating
  9. a media node that exposes a complex media topology. The topology
  10. is hard coded for now but is meant to be highly configurable in
  11. the future.
  12. When in doubt, say N.