Kconfig 553 B

12345678910111213141516171819202122232425262728
  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
  11. if SPI
  12. menu "Media SPI Adapters"
  13. config CXD2880_SPI_DRV
  14. tristate "Sony CXD2880 SPI support"
  15. depends on DVB_CORE && SPI
  16. default m if !MEDIA_SUBDRV_AUTOSELECT
  17. help
  18. Choose if you would like to have SPI interface support for Sony CXD2880.
  19. endmenu
  20. endif