ChangeSet 1.1474.98.15, 2004/01/15 16:05:33-08:00, greg@kroah.com [PATCH] I2C: remove CONFIG_ISA dependancy for I2C_ISA as x86_64 does not have CONFIG_ISA drivers/i2c/busses/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig --- a/drivers/i2c/busses/Kconfig Mon Jan 19 15:30:30 2004 +++ b/drivers/i2c/busses/Kconfig Mon Jan 19 15:30:30 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.