From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:20:52 +0000
Subject: [PATCH] add new system file

---
 kernel/drivers/media/spi/Kconfig |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/kernel/drivers/media/spi/Kconfig b/kernel/drivers/media/spi/Kconfig
index 0d74bf4..f9acef9 100644
--- a/kernel/drivers/media/spi/Kconfig
+++ b/kernel/drivers/media/spi/Kconfig
@@ -1,19 +1,19 @@
+# SPDX-License-Identifier: GPL-2.0-only
 if VIDEO_V4L2
 
+comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
+	depends on MEDIA_HIDE_ANCILLARY_SUBDRV && SPI
+
 menu "SPI helper chips"
-	visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
+	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
 
 config VIDEO_GS1662
 	tristate "Gennum Serializers video"
-	depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
-	---help---
+	depends on SPI && VIDEO_V4L2
+	select MEDIA_CONTROLLER
+	select VIDEO_V4L2_SUBDEV_API
+	help
 	  Enable the GS1662 driver which serializes video streams.
-
-config VIDEO_MS41908
-	tristate "Relmon MS41908 motor driver"
-	depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
-	---help---
-	  Support motor driver By MS41908 for camera Lens.
 
 config VIDEO_ROCKCHIP_PREISP
 	tristate "Rockchip Image Signal Pre-processing driver"

--
Gitblit v1.6.2