From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:42:03 +0000
Subject: [PATCH] disable pwm7

---
 kernel/drivers/input/sensors/lsensor/Kconfig |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/kernel/drivers/input/sensors/lsensor/Kconfig b/kernel/drivers/input/sensors/lsensor/Kconfig
index 8ea4938..7506d56 100644
--- a/kernel/drivers/input/sensors/lsensor/Kconfig
+++ b/kernel/drivers/input/sensors/lsensor/Kconfig
@@ -11,35 +11,42 @@
 config LS_CM3217
 	tristate "light sensor cm3217"
 	default n
-	
+
 config LS_CM3218
 	tristate "light sensor cm3218"
 	default n
- 
+
 config LS_CM3232
 	tristate "light sensor cm3232"
 	default n
- 
+
 config LS_AL3006
 	tristate "light sensor al3006"
 	default n
 
 config LS_STK3171
 	tristate "light sensor stk3171"
-	default n	 
+	default n
 
 config LS_ISL29023
 	tristate "light sensor isl29023"
-	default n	  
-	
+	default n
+
 config LS_AP321XX
 	tristate "light sensor ap321xx"
+	default n
+
+config LS_UCS14620
+	tristate "light sensor ucs14620"
 	default n
 
 config LS_US5152
 	tristate "light sensor us5152"
         default n
 
+config LS_STK3332
+        tristate "light sensor stk3332"
+
 config LS_STK3410
 	tristate "light sensor stk3410"
 	default n

--
Gitblit v1.6.2