Skip to content

Commit

Permalink
i2c-pasemi: Depend on PPC_PASEMI again
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Apr 17, 2007
1 parent 33725ad commit 56a3b5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 56a3b5e

Please sign in to comment.