diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-01 17:26:30 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-01 17:26:30 -0400 |
commit | 5cedb05db3c3084c9641403dd24c310a6b3ea19f (patch) | |
tree | 291fb6aa684ad42325f61b61379b435d4f39ce7f /drivers/i2c/busses/Kconfig | |
parent | 4a5d30302ec82c53613915d5eb8381b8efe1dd0e (diff) |
i2c-pca-isa: Port to the new device driver model
Port the i2c-pca-isa driver to the new device driver model. I'm
using Rene Herman's new isa bus type, as it fits the needs nicely. One
benefit is that we can now give a proper parent to our i2c adapter.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index ece31d2c6c64..d7e6cbb9cbef 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -547,7 +547,7 @@ config I2C_VOODOO3 | |||
547 | 547 | ||
548 | config I2C_PCA_ISA | 548 | config I2C_PCA_ISA |
549 | tristate "PCA9564 on an ISA bus" | 549 | tristate "PCA9564 on an ISA bus" |
550 | depends on I2C | 550 | depends on I2C && ISA |
551 | select I2C_ALGOPCA | 551 | select I2C_ALGOPCA |
552 | default n | 552 | default n |
553 | help | 553 | help |