diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-03-13 14:56:55 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2010-03-13 14:56:55 -0500 |
commit | e77482d735efa2606c1f2afeebd53e1119d0e5c6 (patch) | |
tree | 062f54fe10eec60647d7fe0e40ead1bacd17dc56 /drivers/i2c | |
parent | 6a9bcced518b98a7e52b9e8e96af228b171e0498 (diff) |
i2c: Drop configure option I2C_DEBUG_CHIP
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 7bcde5d45ee3..d06083fdffbb 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig | |||
@@ -97,12 +97,4 @@ config I2C_DEBUG_BUS | |||
97 | a problem with I2C support and want to see more of what is going | 97 | a problem with I2C support and want to see more of what is going |
98 | on. | 98 | on. |
99 | 99 | ||
100 | config I2C_DEBUG_CHIP | ||
101 | bool "I2C Chip debugging messages" | ||
102 | help | ||
103 | Say Y here if you want the I2C chip drivers to produce a bunch of | ||
104 | debug messages to the system log. Select this if you are having | ||
105 | a problem with I2C support and want to see more of what is going | ||
106 | on. | ||
107 | |||
108 | endif # I2C | 100 | endif # I2C |