Commit 7665dd91 authored by Jean Delvare's avatar Jean Delvare Committed by Tom Rini

[PATCH] I2C: clean up ISA dependancies

Quoting myself:

> 1* Elektor depends on ISA.
> 2* ELV and Velleman do not depend on ISA.
> 3* i2c-isa is M by default, and has an additional help text
> 4* via686a autoselects i2c-isa
> 5* i2c-isa doesn't depend on ISA

Here's the patch:
parent 4a4913b6
...@@ -49,7 +49,7 @@ config I2C_AMD8111 ...@@ -49,7 +49,7 @@ config I2C_AMD8111
config I2C_ELEKTOR config I2C_ELEKTOR
tristate "Elektor ISA card" tristate "Elektor ISA card"
depends on I2C_ALGOPCF && BROKEN_ON_SMP depends on I2C_ALGOPCF && ISA && BROKEN_ON_SMP
help help
This supports the PCF8584 ISA bus I2C adapter. Say Y if you own This supports the PCF8584 ISA bus I2C adapter. Say Y if you own
such an adapter. such an adapter.
...@@ -59,7 +59,7 @@ config I2C_ELEKTOR ...@@ -59,7 +59,7 @@ config I2C_ELEKTOR
config I2C_ELV config I2C_ELV
tristate "ELV adapter" tristate "ELV adapter"
depends on I2C_ALGOBIT && ISA depends on I2C_ALGOBIT
help help
This supports parallel-port I2C adapters called ELV. Say Y if you This supports parallel-port I2C adapters called ELV. Say Y if you
own such an adapter. own such an adapter.
...@@ -321,7 +321,7 @@ config I2C_SIS96X ...@@ -321,7 +321,7 @@ config I2C_SIS96X
config I2C_VELLEMAN config I2C_VELLEMAN
tristate "Velleman K8000 adapter" tristate "Velleman K8000 adapter"
depends on I2C_ALGOBIT && ISA depends on I2C_ALGOBIT
help help
This supports the Velleman K8000 parallel-port I2C adapter. Say Y This supports the Velleman K8000 parallel-port I2C adapter. Say Y
if you own such an adapter. if you own such an adapter.
......
...@@ -117,6 +117,7 @@ config SENSORS_VIA686A ...@@ -117,6 +117,7 @@ config SENSORS_VIA686A
tristate "VIA686A" tristate "VIA686A"
depends on I2C && EXPERIMENTAL depends on I2C && EXPERIMENTAL
select I2C_SENSOR select I2C_SENSOR
select I2C_ISA
help help
If you say yes here you get support for the integrated sensors in If you say yes here you get support for the integrated sensors in
Via 686A/B South Bridges. Via 686A/B South Bridges.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment