diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-12-12 11:39:22 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-12-12 11:39:22 +0000 |
commit | 2265c4db3126ef91c22e15ff2702e9d034091283 (patch) | |
tree | 3117ac3e76b48dcad9c56e3066657c8002fed3dc /target/linux/mxs/config-3.14 | |
parent | fc2dff246db939293d958ec1c1f720a149b3055d (diff) | |
download | upstream-2265c4db3126ef91c22e15ff2702e9d034091283.tar.gz upstream-2265c4db3126ef91c22e15ff2702e9d034091283.tar.bz2 upstream-2265c4db3126ef91c22e15ff2702e9d034091283.zip |
mxs: i2c changes - add package for i2c module - remove i2c debug
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43648
Diffstat (limited to 'target/linux/mxs/config-3.14')
-rw-r--r-- | target/linux/mxs/config-3.14 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/mxs/config-3.14 b/target/linux/mxs/config-3.14 index bded4131d9..ead8dc3577 100644 --- a/target/linux/mxs/config-3.14 +++ b/target/linux/mxs/config-3.14 @@ -157,15 +157,12 @@ CONFIG_I2C_ALGOPCF=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_COMPAT=y -CONFIG_I2C_DEBUG_ALGO=y -CONFIG_I2C_DEBUG_BUS=y -CONFIG_I2C_DEBUG_CORE=y CONFIG_I2C_MUX=y # CONFIG_I2C_MUX_GPIO is not set # CONFIG_I2C_MUX_PCA9541 is not set # CONFIG_I2C_MUX_PCA954x is not set CONFIG_I2C_MUX_PINCTRL=y -CONFIG_I2C_MXS=y +# CONFIG_I2C_MXS is not set CONFIG_IIO=y CONFIG_IIO_BUFFER=y CONFIG_IIO_KFIFO_BUF=y |