]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
i2c: Drop configure option I2C_DEBUG_CHIP
authorJean Delvare <khali@linux-fr.org>
Sat, 13 Mar 2010 19:56:55 +0000 (20:56 +0100)
committerJean Delvare <khali@linux-fr.org>
Sat, 13 Mar 2010 19:56:55 +0000 (20:56 +0100)
Now that directory drivers/i2c/chips is gone, configuration option
I2C_DEBUG_CHIP no longer has any effect, so we can drop it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/Kconfig

index 7bcde5d45ee334c0d21c72cf00a441b25df48a7a..d06083fdffbb698e3b3a52f5ae9cc4d34acae1f8 100644 (file)
@@ -97,12 +97,4 @@ config I2C_DEBUG_BUS
          a problem with I2C support and want to see more of what is going
          on.
 
-config I2C_DEBUG_CHIP
-       bool "I2C Chip debugging messages"
-       help
-         Say Y here if you want the I2C chip drivers to produce a bunch of
-         debug messages to the system log.  Select this if you are having
-         a problem with I2C support and want to see more of what is going
-         on.
-
 endif # I2C