[PATCH] I2C: Enable I2C_PIIX4 for 64-bit platforms

From: Greg KH
Date: Fri Mar 04 2005 - 18:54:22 EST


ChangeSet 1.2103, 2005/03/02 12:18:19-08:00, macro@xxxxxxxxxxxxxx

[PATCH] I2C: Enable I2C_PIIX4 for 64-bit platforms

Is there any specific reason for the PIIX4 SMBus driver to be disabled on
64-bit platforms? If not, then please apply the following change. The
MIPS Technologies Malta development board has the 82371EB chip and
supports 64-bit configurations. I've verified the driver to work
correctly using 64-bit kernels for both endiannesses.

Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>


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 2005-03-04 12:24:09 -08:00
+++ b/drivers/i2c/busses/Kconfig 2005-03-04 12:24:09 -08:00
@@ -287,7 +287,7 @@

config I2C_PIIX4
tristate "Intel PIIX4"
- depends on I2C && PCI && EXPERIMENTAL && !64BIT
+ depends on I2C && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the Intel
PIIX4 family of mainboard I2C interfaces. Specifically, the following

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/