summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/drivers/i2c/algos/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/drivers/i2c/algos/Kconfig')
-rw-r--r--ANDROID_3.4.5/drivers/i2c/algos/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/i2c/algos/Kconfig b/ANDROID_3.4.5/drivers/i2c/algos/Kconfig
index f1cfe7e5..39b0ade7 100644
--- a/ANDROID_3.4.5/drivers/i2c/algos/Kconfig
+++ b/ANDROID_3.4.5/drivers/i2c/algos/Kconfig
@@ -14,4 +14,12 @@ config I2C_ALGOPCF
config I2C_ALGOPCA
tristate "I2C PCA 9564 interfaces"
+config I2C_ALGOWMT
+ tristate "WMT I2C Algorithm"
+ depends on ARCH_WMT && I2C
+ help
+ This supports the use of the WMT I2C interface found on WMT
+ processors. Say Y if you have one of these. You should also say Y
+ for the WMT I2C peripheral driver support below.
+
endmenu