2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-09-15 23:29:51 +08:00
|
|
|
if VIDEO_V4L2
|
|
|
|
|
2019-07-27 21:31:29 +08:00
|
|
|
comment "SPI drivers hidden by 'Autoselect ancillary drivers'"
|
|
|
|
depends on MEDIA_HIDE_ANCILLARY_SUBDRV
|
|
|
|
|
2016-09-15 23:18:14 +08:00
|
|
|
menu "SPI helper chips"
|
2019-07-27 21:31:29 +08:00
|
|
|
visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
|
2016-09-15 23:18:14 +08:00
|
|
|
|
2016-09-15 23:29:51 +08:00
|
|
|
config VIDEO_GS1662
|
|
|
|
tristate "Gennum Serializers video"
|
|
|
|
depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
2019-03-20 18:39:44 +08:00
|
|
|
help
|
2016-09-15 23:29:51 +08:00
|
|
|
Enable the GS1662 driver which serializes video streams.
|
|
|
|
|
2016-09-15 23:18:14 +08:00
|
|
|
endmenu
|
|
|
|
|
2016-09-15 23:29:51 +08:00
|
|
|
endif
|
2018-01-18 16:59:42 +08:00
|
|
|
|
|
|
|
if SPI
|
|
|
|
menu "Media SPI Adapters"
|
|
|
|
|
|
|
|
config CXD2880_SPI_DRV
|
|
|
|
tristate "Sony CXD2880 SPI support"
|
|
|
|
depends on DVB_CORE && SPI
|
|
|
|
default m if !MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
help
|
|
|
|
Choose if you would like to have SPI interface support for Sony CXD2880.
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|