perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / drivers / media / spi / Kconfig
blobb07ac86fc53c782cf0980fc86f07d09bb5df0e40
1 if VIDEO_V4L2
3 menu "SPI helper chips"
4         visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
6 config VIDEO_GS1662
7         tristate "Gennum Serializers video"
8         depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
9         ---help---
10           Enable the GS1662 driver which serializes video streams.
12 endmenu
14 endif
16 if SPI
17 menu "Media SPI Adapters"
19 config CXD2880_SPI_DRV
20         tristate "Sony CXD2880 SPI support"
21         depends on DVB_CORE && SPI
22         default m if !MEDIA_SUBDRV_AUTOSELECT
23         help
24           Choose if you would like to have SPI interface support for Sony CXD2880.
26 endmenu
28 endif