diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-07-12 14:12:32 +0200 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-07-12 14:12:32 +0200 |
commit | 0a85e9a271a754e352af8a8b625025017fd97449 (patch) | |
tree | 6c1598f800e678fe455649b3db5ede29fc06a7db /drivers/i2c/busses/Kconfig | |
parent | 254db9b5e7b1b0d38a4f177c2c23a5685c78221a (diff) | |
download | blackbird-op-linux-0a85e9a271a754e352af8a8b625025017fd97449.tar.gz blackbird-op-linux-0a85e9a271a754e352af8a8b625025017fd97449.zip |
i2c-rpx: Remove
This driver has been broken forever. It depends on i2c-algo-8xx which
has never been in the mainline kernel.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index c477dcfad4e7..fcde9bab5b96 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -391,11 +391,6 @@ config I2C_PROSAVAGE This support is also available as a module. If so, the module will be called i2c-prosavage. -config I2C_RPXLITE - tristate "Embedded Planet RPX Lite/Classic support" - depends on RPXLITE || RPXCLASSIC - select I2C_ALGO8XX - config I2C_S3C2410 tristate "S3C2410 I2C Driver" depends on ARCH_S3C2410 |