From 9d40ac5867b9aefe0722bc1f110b965ff294d30d Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 10:00:36 +0800 Subject: add via modify part source code for wm8880 4.4 kitkat --- ANDROID_3.4.5/drivers/i2c/algos/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ANDROID_3.4.5/drivers/i2c/algos/Kconfig') 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 -- cgit