Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e77482d7 authored by Jean Delvare's avatar Jean Delvare
Browse files

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: default avatarJean Delvare <khali@linux-fr.org>
Acked-by: default avatarWolfram Sang <w.sang@pengutronix.de>
parent 6a9bcced
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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