[i2c] [PATCH] i2c-pasemi: Depend on PPC_PASEMI again
Jean Delvare
khali at linux-fr.org
Wed Apr 11 09:51:40 CEST 2007
Looks like a local change I made to be able to test-compile the
i2c-pasemi driver leaked upstream :( Sorry.
Signed-off-by: Jean Delvare <khali at linux-fr.org>
---
drivers/i2c/busses/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- linux-2.6.21-rc6.orig/drivers/i2c/busses/Kconfig 2007-04-11 09:43:30.000000000 +0200
+++ linux-2.6.21-rc6/drivers/i2c/busses/Kconfig 2007-04-11 09:44:05.000000000 +0200
@@ -360,8 +360,7 @@ config I2C_PARPORT_LIGHT
config I2C_PASEMI
tristate "PA Semi SMBus interface"
-# depends on PPC_PASEMI && I2C && PCI
- depends on I2C && PCI
+ depends on PPC_PASEMI && I2C && PCI
help
Supports the PA Semi PWRficient on-chip SMBus interfaces.
--
Jean Delvare
More information about the i2c
mailing list