summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorKevin2014-11-15 10:00:36 +0800
committerKevin2014-11-15 10:00:36 +0800
commit9d40ac5867b9aefe0722bc1f110b965ff294d30d (patch)
treede942df665fac4bac0d9cb7ae86910fe937b0c1a /ANDROID_3.4.5/drivers/i2c/busses/Kconfig
parent392e8802486cb573b916e746010e141a75f507e6 (diff)
downloadFOSSEE-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/busses/Kconfig')
-rw-r--r--ANDROID_3.4.5/drivers/i2c/busses/Kconfig21
1 files changed, 21 insertions, 0 deletions
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