diff mbox

[OpenWrt-Devel,v2] mxs: disable debugging noise for i2c

Message ID 1417905173-31494-7-git-send-email-mhei@heimpold.de
State Accepted
Headers show

Commit Message

Michael Heimpold Dec. 6, 2014, 10:32 p.m. UTC
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@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 mbox

Patch

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