Commit cb1d0a7d authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Greg Kroah-Hartman

[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: default avatarMaciej W. Rozycki <macro@mips.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7742cc3e
...@@ -287,7 +287,7 @@ config I2C_PARPORT_LIGHT ...@@ -287,7 +287,7 @@ config I2C_PARPORT_LIGHT
config I2C_PIIX4 config I2C_PIIX4
tristate "Intel PIIX4" tristate "Intel PIIX4"
depends on I2C && PCI && EXPERIMENTAL && !64BIT depends on I2C && PCI && EXPERIMENTAL
help help
If you say yes to this option, support will be included for the Intel If you say yes to this option, support will be included for the Intel
PIIX4 family of mainboard I2C interfaces. Specifically, the following PIIX4 family of mainboard I2C interfaces. Specifically, the following
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment