diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-04-06 12:12:25 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-04-06 12:12:25 -0400 |
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 b788579b8227..7b2ce4a08524 100644 --- a/drivers/i2c/algos/Kconfig +++ b/drivers/i2c/algos/Kconfig | |||
@@ -14,8 +14,4 @@ config I2C_ALGOPCF | |||
14 | config I2C_ALGOPCA | 14 | config I2C_ALGOPCA |
15 | tristate "I2C PCA 9564 interfaces" | 15 | tristate "I2C PCA 9564 interfaces" |
16 | 16 | ||
17 | config I2C_ALGO_SGI | ||
18 | tristate | ||
19 | depends on SGI_IP22 || SGI_IP32 || X86_VISWS | ||
20 | |||
21 | endmenu | 17 | endmenu |