Commit f6e79a06 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

I2C: clean up the drivers/i2c/Kconfig file

parent 89a544fd
...@@ -22,10 +22,20 @@ config I2C ...@@ -22,10 +22,20 @@ config I2C
If you want I2C support, you should say Y here and also to the If you want I2C support, you should say Y here and also to the
specific driver for your bus adapter(s) below. specific driver for your bus adapter(s) below.
This I2C support is also available as a module. If you want to This I2C support can also be built as a module. If so, the module
compile it as a module, say M here and read will be called i2c-core.
<file:Documentation/modules.txt>.
The module will be called i2c-core. config I2C_CHARDEV
tristate "I2C device interface"
depends on I2C
help
Say Y here to use i2c-* device files, usually found in the /dev
directory on your system. They make it possible to have user-space
programs use the I2C bus. Information on how to do this is
contained in the file <file:Documentation/i2c/dev-interface>.
This support is also available as a module. If so, the module
will be called i2c-dev.
config I2C_ALGOBIT config I2C_ALGOBIT
tristate "I2C bit-banging interfaces" tristate "I2C bit-banging interfaces"
...@@ -35,10 +45,8 @@ config I2C_ALGOBIT ...@@ -35,10 +45,8 @@ config I2C_ALGOBIT
adapters. Say Y if you own an I2C adapter belonging to this class adapters. Say Y if you own an I2C adapter belonging to this class
and then say Y to the specific driver for you adapter below. and then say Y to the specific driver for you adapter below.
This support is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read will be called i2c-algo-bit.
<file:Documentation/modules.txt>.
The module will be called i2c-algo-bit.
config I2C_PROSAVAGE config I2C_PROSAVAGE
tristate "S3/VIA (Pro)Savage" tristate "S3/VIA (Pro)Savage"
...@@ -51,14 +59,8 @@ config I2C_PROSAVAGE ...@@ -51,14 +59,8 @@ config I2C_PROSAVAGE
S3/VIA KM266/VT8375 aka ProSavage8 S3/VIA KM266/VT8375 aka ProSavage8
S3/VIA KM133/VT8365 aka Savage4 S3/VIA KM133/VT8365 aka Savage4
This can also be built as a module which can be inserted and removed This support is also available as a module. If so, the module
while the kernel is running. If you want to compile it as a module, will be called i2c-prosavage.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-prosavage.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_PHILIPSPAR config I2C_PHILIPSPAR
tristate "Philips style parallel port adapter" tristate "Philips style parallel port adapter"
...@@ -67,13 +69,8 @@ config I2C_PHILIPSPAR ...@@ -67,13 +69,8 @@ config I2C_PHILIPSPAR
This supports parallel-port I2C adapters made by Philips. Say Y if This supports parallel-port I2C adapters made by Philips. Say Y if
you own such an adapter. you own such an adapter.
This driver is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read will be called i2c-philips-par.
<file:Documentation/modules.txt>.
The module will be called i2c-philips-par.
Note that if you want support for different parallel port devices,
life will be much easier if you compile them all as modules.
config I2C_ELV config I2C_ELV
tristate "ELV adapter" tristate "ELV adapter"
...@@ -82,10 +79,8 @@ config I2C_ELV ...@@ -82,10 +79,8 @@ config I2C_ELV
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.
This driver is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read will be called i2c-elv.
<file:Documentation/modules.txt>.
The module will be called i2c-elv.
config I2C_VELLEMAN config I2C_VELLEMAN
tristate "Velleman K9000 adapter" tristate "Velleman K9000 adapter"
...@@ -94,10 +89,8 @@ config I2C_VELLEMAN ...@@ -94,10 +89,8 @@ config I2C_VELLEMAN
This supports the Velleman K9000 parallel-port I2C adapter. Say Y This supports the Velleman K9000 parallel-port I2C adapter. Say Y
if you own such an adapter. if you own such an adapter.
This driver is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read will be called i2c-velleman.
<file:Documentation/modules.txt>.
The module will be called i2c-velleman.
config SCx200_I2C config SCx200_I2C
tristate "NatSemi SCx200 I2C using GPIO pins" tristate "NatSemi SCx200 I2C using GPIO pins"
...@@ -107,7 +100,8 @@ config SCx200_I2C ...@@ -107,7 +100,8 @@ config SCx200_I2C
If you don't know what to do here, say N. If you don't know what to do here, say N.
If compiled as a module, it will be called scx200_i2c. This support is also available as a module. If so, the module
will be called scx200_i2c.
config SCx200_I2C_SCL config SCx200_I2C_SCL
int "GPIO pin used for SCL" int "GPIO pin used for SCL"
...@@ -133,7 +127,8 @@ config SCx200_ACB ...@@ -133,7 +127,8 @@ config SCx200_ACB
If you don't know what to do here, say N. If you don't know what to do here, say N.
If compiled as a module, it will be called scx200_acb. This support is also available as a module. If so, the module
will be called scx200_acb.
config I2C_ALGOPCF config I2C_ALGOPCF
tristate "I2C PCF 8584 interfaces" tristate "I2C PCF 8584 interfaces"
...@@ -143,10 +138,8 @@ config I2C_ALGOPCF ...@@ -143,10 +138,8 @@ config I2C_ALGOPCF
Say Y if you own an I2C adapter belonging to this class and then say Say Y if you own an I2C adapter belonging to this class and then say
Y to the specific driver for you adapter below. Y to the specific driver for you adapter below.
This support is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read will be called i2c-algo-pcf.
<file:Documentation/modules.txt>.
The module will be called i2c-algo-pcf.
config I2C_ELEKTOR config I2C_ELEKTOR
tristate "Elektor ISA card" tristate "Elektor ISA card"
...@@ -155,10 +148,8 @@ config I2C_ELEKTOR ...@@ -155,10 +148,8 @@ config I2C_ELEKTOR
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.
This driver is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read will be called i2c-elektor.
<file:Documentation/modules.txt>.
The module will be called i2c-elektor.
config I2C_KEYWEST config I2C_KEYWEST
tristate "Powermac Keywest I2C interface" tristate "Powermac Keywest I2C interface"
...@@ -167,9 +158,8 @@ config I2C_KEYWEST ...@@ -167,9 +158,8 @@ config I2C_KEYWEST
This supports the use of the I2C interface in the combo-I/O This supports the use of the I2C interface in the combo-I/O
chip on recent Apple machines. Say Y if you have such a machine. chip on recent Apple machines. Say Y if you have such a machine.
This driver is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read Documentation/modules.txt. will be called i2c-keywest.
The module will be called i2c-keywest.
config ITE_I2C_ALGO config ITE_I2C_ALGO
tristate "ITE I2C Algorithm" tristate "ITE I2C Algorithm"
...@@ -179,9 +169,8 @@ config ITE_I2C_ALGO ...@@ -179,9 +169,8 @@ config ITE_I2C_ALGO
systems. Say Y if you have one of these. You should also say Y for systems. Say Y if you have one of these. You should also say Y for
the ITE I2C peripheral driver support below. the ITE I2C peripheral driver support below.
This support is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read Documentation/modules.txt. will be called i2c-algo-ite.
The module will be called i2c-algo-ite.
config ITE_I2C_ADAP config ITE_I2C_ADAP
tristate "ITE I2C Adapter" tristate "ITE I2C Adapter"
...@@ -191,9 +180,8 @@ config ITE_I2C_ADAP ...@@ -191,9 +180,8 @@ config ITE_I2C_ADAP
systems. Say Y if you have one of these. You should also say Y for systems. Say Y if you have one of these. You should also say Y for
the ITE I2C driver algorithm support above. the ITE I2C driver algorithm support above.
This support is also available as a module. If you want to compile This support is also available as a module. If so, the module
it as a module, say M here and read Documentation/modules.txt. will be called i2c-adap-ite.
The module will be called i2c-adap-ite.
config I2C_ALGO8XX config I2C_ALGO8XX
tristate "MPC8xx CPM I2C interface" tristate "MPC8xx CPM I2C interface"
...@@ -211,20 +199,6 @@ config I2C_IOP3XX ...@@ -211,20 +199,6 @@ config I2C_IOP3XX
tristate "Intel XScale IOP3xx on-chip I2C interface" tristate "Intel XScale IOP3xx on-chip I2C interface"
depends on ARCH_IOP3XX && I2C depends on ARCH_IOP3XX && I2C
config I2C_CHARDEV
tristate "I2C device interface"
depends on I2C
help
Say Y here to use i2c-* device files, usually found in the /dev
directory on your system. They make it possible to have user-space
programs use the I2C bus. Information on how to do this is
contained in the file <file:Documentation/i2c/dev-interface>.
This code is also available as a module. If you want to compile
it as a module, say M here and read
<file:Documentation/modules.txt>.
The module will be called i2c-dev.
source drivers/i2c/busses/Kconfig source drivers/i2c/busses/Kconfig
source drivers/i2c/chips/Kconfig source drivers/i2c/chips/Kconfig
......
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