diff options
author | Jean Delvare | 2007-04-17 09:32:28 +0200 |
---|---|---|
committer | Linus Torvalds | 2007-04-18 01:36:28 +0200 |
commit | 56a3b5ebee0be7af723bfad56def48ebf899b7fb (patch) | |
tree | b6af2a841416efbb63ce5901a43d9e864a8e2f06 /drivers/i2c/busses/Kconfig | |
parent | hwmon/w83627ehf: Fix the fan5 clock divider write (diff) | |
download | kernel-qcow2-linux-56a3b5ebee0be7af723bfad56def48ebf899b7fb.tar.gz kernel-qcow2-linux-56a3b5ebee0be7af723bfad56def48ebf899b7fb.tar.xz kernel-qcow2-linux-56a3b5ebee0be7af723bfad56def48ebf899b7fb.zip |
i2c-pasemi: Depend on PPC_PASEMI again
Looks like a local change I made to be able to test-compile the i2c-pasemi
driver leaked upstream.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index fb19dbb31e42..ece31d2c6c64 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -344,8 +344,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. |