diff options
author | Kevin | 2014-11-15 10:00:36 +0800 |
---|---|---|
committer | Kevin | 2014-11-15 10:00:36 +0800 |
commit | 9d40ac5867b9aefe0722bc1f110b965ff294d30d (patch) | |
tree | de942df665fac4bac0d9cb7ae86910fe937b0c1a /ANDROID_3.4.5/drivers/i2c/algos/Kconfig | |
parent | 392e8802486cb573b916e746010e141a75f507e6 (diff) | |
download | FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.tar.gz FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.tar.bz2 FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.zip |
add via modify part source code for wm8880 4.4 kitkat
Diffstat (limited to 'ANDROID_3.4.5/drivers/i2c/algos/Kconfig')
-rw-r--r-- | ANDROID_3.4.5/drivers/i2c/algos/Kconfig | 8 |
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 |