diff options
author | Ben Gardner <bgardner@wabtec.com> | 2006-01-18 22:53:09 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-23 14:21:50 -0800 |
commit | a417bbd33b2ed7a3b2bc78cbadb820079d453328 (patch) | |
tree | aec8c8b55642171fb34a9ee3005000a01179f459 | |
parent | f933ff504f5b3f0f94b98d69d48fc8d3c1e92267 (diff) | |
download | linux-3.10-a417bbd33b2ed7a3b2bc78cbadb820079d453328.tar.gz linux-3.10-a417bbd33b2ed7a3b2bc78cbadb820079d453328.tar.bz2 linux-3.10-a417bbd33b2ed7a3b2bc78cbadb820079d453328.zip |
[PATCH] i2c: scx200_acb minimal documentation update
scx200_acb: Minimal documentation update
Signed-off-by: Ben Gardner <bgardner@wabtec.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | Documentation/i2c/busses/scx200_acb | 5 | ||||
-rw-r--r-- | drivers/i2c/busses/Kconfig | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/i2c/busses/scx200_acb b/Documentation/i2c/busses/scx200_acb index 08c8cd1df60..f50e69981ec 100644 --- a/Documentation/i2c/busses/scx200_acb +++ b/Documentation/i2c/busses/scx200_acb @@ -6,9 +6,10 @@ Module Parameters ----------------- * base: int - Base addresses for the ACCESS.bus controllers + Base addresses for the ACCESS.bus controllers on SCx200 and SC1100 devices Description ----------- -Enable the use of the ACCESS.bus controllers of a SCx200 processor. +Enable the use of the ACCESS.bus controller on the Geode SCx200 and +SC1100 processors and the CS5535 and CS5536 Geode companion devices. diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index ff92735c7c8..1a3bf42351b 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -389,10 +389,11 @@ config SCx200_I2C_SDA also be specified with a module parameter. config SCx200_ACB - tristate "NatSemi SCx200 ACCESS.bus" + tristate "Geode ACCESS.bus support" depends on I2C && PCI help - Enable the use of the ACCESS.bus controllers of a SCx200 processor. + Enable the use of the ACCESS.bus controllers on the Geode SCx200 and + SC1100 processors and the CS5535 and CS5536 Geode companion devices. If you don't know what to do here, say N. |