summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacky Liu <qsliu@google.com>2024-02-05 22:10:12 +0800
committerJacky Liu <qsliu@google.com>2024-02-07 02:26:17 +0000
commitd3ec80d5de337a36b8466e1fdc344e83fc34f16e (patch)
tree747e37acd01d275e6f37a731c14111f3af2edb16
parent8f8c606d5af32c52234ac22cb08b187397bf26e4 (diff)
downloadgs-d3ec80d5de337a36b8466e1fdc344e83fc34f16e.tar.gz
Disable VH_I2C by default
The related vendor hook is not upstreamed. So in different kernel versions i2c devices have different paths and it's hard to maintain. Disable VH_I2C so i2c devices have the same paths across different kernel verions. Bug: 323447554 Change-Id: Id159276b65a5bc87abb9f4113f2ca31fc039fbf6 Signed-off-by: Jacky Liu <qsliu@google.com>
-rw-r--r--drivers/soc/google/vh/kernel/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/google/vh/kernel/Kconfig b/drivers/soc/google/vh/kernel/Kconfig
index 845a0b2366fc..058f7cd15d0f 100644
--- a/drivers/soc/google/vh/kernel/Kconfig
+++ b/drivers/soc/google/vh/kernel/Kconfig
@@ -75,7 +75,7 @@ config VH_CGROUP
config VH_I2C
tristate "Vendor hooks for i2c subsystems"
depends on VH_KERNEL
- default m
+ default n
config UCLAMP_STATS
bool "Uclamp stats"