drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / media / spi / Kconfig
blob4656afae5bb4678b3af8d83e36ed84c4ad87b499
1 # SPDX-License-Identifier: GPL-2.0-only
2 if VIDEO_DEV && SPI
4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
5         depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
7 menu "Media SPI Adapters"
9 config CXD2880_SPI_DRV
10         tristate "Sony CXD2880 SPI support"
11         depends on DVB_CORE && SPI
12         default m if !MEDIA_SUBDRV_AUTOSELECT
13         help
14           Choose if you would like to have SPI interface support for Sony CXD2880.
16 config VIDEO_GS1662
17         tristate "Gennum Serializers video"
18         depends on SPI && VIDEO_DEV
19         select MEDIA_CONTROLLER
20         select VIDEO_V4L2_SUBDEV_API
21         help
22           Enable the GS1662 driver which serializes video streams.
24 endmenu
26 endif