Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) | Kconfig (32a363d0b0b142f35512848dc646ee53e0926723) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2if VIDEO_V4L2 3 4comment "SPI drivers hidden by 'Autoselect ancillary drivers'" 5 depends on MEDIA_HIDE_ANCILLARY_SUBDRV 6 7menu "SPI helper chips" 8 visible if !MEDIA_HIDE_ANCILLARY_SUBDRV 9 10config VIDEO_GS1662 11 tristate "Gennum Serializers video" | 1# SPDX-License-Identifier: GPL-2.0-only 2if VIDEO_V4L2 3 4comment "SPI drivers hidden by 'Autoselect ancillary drivers'" 5 depends on MEDIA_HIDE_ANCILLARY_SUBDRV 6 7menu "SPI helper chips" 8 visible if !MEDIA_HIDE_ANCILLARY_SUBDRV 9 10config VIDEO_GS1662 11 tristate "Gennum Serializers video" |
12 depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 12 depends on SPI && VIDEO_V4L2 13 select MEDIA_CONTROLLER 14 select VIDEO_V4L2_SUBDEV_API |
13 help 14 Enable the GS1662 driver which serializes video streams. 15 16endmenu 17 18endif 19 20if SPI --- 12 unchanged lines hidden --- | 15 help 16 Enable the GS1662 driver which serializes video streams. 17 18endmenu 19 20endif 21 22if SPI --- 12 unchanged lines hidden --- |