Linux 2.6 and CONFIG_ISA
Greg KH
greg at kroah.com
Fri Jan 16 22:46:18 CET 2004
On Fri, Jan 16, 2004 at 10:43:27AM +0100, Jean Delvare wrote:
> Quoting Greg KH <greg at kroah.com>:
>
> > I just too the requirement for CONFIG_ISA off of i2c-isa so that
> > x86_64 users can use that driver. We might want to consider a rename
> > of the driver in the future...
>
> I am not sure I understand your sentence ;)
I took the CONFIG_ISA dependancy off of CONFIG_I2C_ISA as seen in the
following patch.
thanks,
greg k-h
diff -Nru a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
--- a/drivers/i2c/busses/Kconfig Fri Jan 16 13:45:53 2004
+++ b/drivers/i2c/busses/Kconfig Fri Jan 16 13:45:53 2004
@@ -108,7 +108,7 @@
config I2C_ISA
tristate "ISA Bus support"
- depends on I2C && ISA && EXPERIMENTAL
+ depends on I2C && EXPERIMENTAL
help
If you say yes to this option, support will be included for i2c
interfaces that are on the ISA bus.
More information about the lm-sensors
mailing list