Messages in this thread Patch in this message |  | | | Subject | Re: [PATCH] i2c driver fixes for 2.6.1 | | Date | Mon, 19 Jan 2004 15:59:23 -0800 | | From | Greg KH <> |
| |
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. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |