]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (4/9)
authorJean Delvare <khali@linux-fr.org>
Tue, 19 Jul 2005 21:53:07 +0000 (23:53 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:14:10 +0000 (09:14 -0700)
commit5042c7d752fe72c6924037058367f63902e68c5c
tree5ae9c01c08497279fb3ffeac0394261412bdd6a9
parentfde0950903ce8cc38a91dd095280decceda2ff82
[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (4/9)

All ISA hardware monitoring drivers (including hybrid drivers) now have
a hard dependency on i2c-isa, so they must select I2C_ISA. As a result,
CONFIG_I2C_ISA doesn't need to be left visible to the user. The good
thing here is that users will stop complaining that some driver doesn't
work just because they forgot to compile or load i2c-isa.

At this point, all drivers are working again and the cleanup phase can
begin.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/Kconfig
drivers/i2c/busses/Kconfig