diff options
| author | Albert Cranford <ac9410@attbi.com> | 2002-08-12 18:13:54 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-08-12 18:13:54 -0700 |
| commit | 67fbc2cd2e984352ed833d9af8e30931e30ae4b1 (patch) | |
| tree | 7a1469344407d99169bceddc19f1754d980f73dd | |
| parent | 70f7b4a31184a151a132b02f0691e7752e080d7d (diff) | |
[PATCH] 2.5.31 i2c updates
i2c update:
o Support for SMBus 2.0 PEC Packet Error Checking
o New adapter-i2c-frodo for SA 1110 board
o New adapter-i2c-rpx for embeded MPC8XX
o Replace depreciated cli()&sti() with spin_{un}lock_irq()
o Updated documentation
| -rw-r--r-- | drivers/i2c/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/i2c/Config.in b/drivers/i2c/Config.in index 3d1bbe455ecc..af9fd0f1f444 100644 --- a/drivers/i2c/Config.in +++ b/drivers/i2c/Config.in @@ -32,10 +32,10 @@ if [ "$CONFIG_I2C" != "n" ]; then dep_tristate ' Embedded Planet RPX Lite/Classic suppoort' CONFIG_I2C_RPXLITE $CONFIG_I2C_ALGO8XX fi fi - if [ "$CONFIG_405" = "y" ]; then - dep_tristate 'PPC 405 I2C Algorithm' CONFIG_I2C_PPC405_ALGO $CONFIG_I2C - if [ "$CONFIG_I2C_PPC405_ALGO" != "n" ]; then - dep_tristate ' PPC 405 I2C Adapter' CONFIG_I2C_PPC405_ADAP $CONFIG_I2C_PPC405_ALGO + if [ "$CONFIG_IBM_OCP" = "y" ]; then + dep_tristate 'IBM on-chip I2C Algorithm' CONFIG_I2C_IBM_OCP_ALGO $CONFIG_I2C + if [ "$CONFIG_I2C_IBM_OCP_ALGO" != "n" ]; then + dep_tristate ' IBM on-chip I2C Adapter' CONFIG_I2C_IBM_OCP_ADAP $CONFIG_I2C_IBM_OCP_ALGO fi fi |
