Kconfig 293 B

123456789101112131415
  1. if VIDEO_V4L2
  2. menu "SPI helper chips"
  3. visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
  4. config VIDEO_GS1662
  5. tristate "Gennum Serializers video"
  6. depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  7. ---help---
  8. Enable the GS1662 driver which serializes video streams.
  9. endmenu
  10. endif