[OpenWrt-Devel] [PATCH v2] mxs: disable debugging noise for i2c
Michael Heimpold
mhei at heimpold.de
Sat Dec 6 17:32:51 EST 2014
I tested I2C with two PCA9554 attached on a custom board. To the
first PCA9554, I attached several LEDs, the second one was wired
to some push buttons.
This all worked like a charm, so I would like to disable debug
messages per default as it fills up the kernel log.
Signed-off-by: Michael Heimpold <mhei at heimpold.de>
---
Changelog:
- v2:
- for config-3.14
- v1:
- initial version (was for config-3.13)
target/linux/mxs/config-3.14 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/target/linux/mxs/config-3.14 b/target/linux/mxs/config-3.14
index 4c089b4..ead8dc3 100644
--- a/target/linux/mxs/config-3.14
+++ b/target/linux/mxs/config-3.14
@@ -157,9 +157,6 @@ 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
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list