diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-04-06 18:12:25 +0200 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-04-06 18:12:25 +0200 |
commit | abe213d7f6fb87f48f4324320733f666db1bc11b (patch) | |
tree | c4666bf63f34cdfe3f97e5a80cebd5c2eb5b5119 /drivers/i2c/algos/Kconfig | |
parent | 7c8ad4aff0699197469327d0e50d1e48f2ccb39b (diff) |
i2c: Delete unused i2c-algo-sgi helper module
The i2c-algo-sgi code was merged into the vino driver, so we can
delete it now.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/algos/Kconfig')
-rw-r--r-- | drivers/i2c/algos/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/i2c/algos/Kconfig b/drivers/i2c/algos/Kconfig index b788579b822..7b2ce4a0852 100644 --- a/drivers/i2c/algos/Kconfig +++ b/drivers/i2c/algos/Kconfig @@ -14,8 +14,4 @@ config I2C_ALGOPCF config I2C_ALGOPCA tristate "I2C PCA 9564 interfaces" -config I2C_ALGO_SGI - tristate - depends on SGI_IP22 || SGI_IP32 || X86_VISWS - endmenu |