hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/media/spi/Kconfig
....@@ -1,19 +1,19 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 if VIDEO_V4L2
23
4
+comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
5
+ depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
6
+
37 menu "SPI helper chips"
4
- visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
8
+ visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
59
610 config VIDEO_GS1662
711 tristate "Gennum Serializers video"
8
- depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
9
- ---help---
12
+ depends on SPI && VIDEO_V4L2
13
+ select MEDIA_CONTROLLER
14
+ select VIDEO_V4L2_SUBDEV_API
15
+ help
1016 Enable the GS1662 driver which serializes video streams.
11
-
12
-config VIDEO_MS41908
13
- tristate "Relmon MS41908 motor driver"
14
- depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
15
- ---help---
16
- Support motor driver By MS41908 for camera Lens.
1717
1818 config VIDEO_ROCKCHIP_PREISP
1919 tristate "Rockchip Image Signal Pre-processing driver"