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/busses/Kconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ANDROID_3.4.5/drivers/i2c/busses/Kconfig') diff --git a/ANDROID_3.4.5/drivers/i2c/busses/Kconfig b/ANDROID_3.4.5/drivers/i2c/busses/Kconfig index d2c5095d..1bfed463 100644 --- a/ANDROID_3.4.5/drivers/i2c/busses/Kconfig +++ b/ANDROID_3.4.5/drivers/i2c/busses/Kconfig @@ -907,4 +907,25 @@ config SCx200_ACB This support is also available as a module. If so, the module will be called scx200_acb. +config I2C_WMT + tristate "WonderMedia I2C Interface" + depends on ARCH_WMT && I2C && I2C_ALGOWMT + help + This supports the use of the WMT I2C interface found on the WMT + Say Y if you have one of these. You should also say Y for the WMT + I2C peripheral driver support below. + + To compile this driver as a module, say M here: the + modules will be called i2c-wmt and i2c-algo-wmt. +config I2C1_WMT + bool + depends on ARCH_WMT && I2C && I2C_ALGOWMT + default y +config I2C_SLAVE_WMT + bool "WonderMedia I2C-SLAVE Interface" + depends on ARCH_WMT && I2C_WMT + help + This supports the use of the WMT I2C SLAVE interface found on the WMT + Say Y if you have one of these. You should also say Y for the WMT + I2C peripheral driver support below. endmenu -- cgit