diff options
author | Ben Gardner <bgardner@wabtec.com> | 2006-01-18 16:53:09 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-23 17:21:50 -0500 |
commit | a417bbd33b2ed7a3b2bc78cbadb820079d453328 (patch) | |
tree | aec8c8b55642171fb34a9ee3005000a01179f459 /drivers/i2c | |
parent | f933ff504f5b3f0f94b98d69d48fc8d3c1e92267 (diff) |
[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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index ff92735c7c85..1a3bf42351b3 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -389,10 +389,11 @@ config SCx200_I2C_SDA | |||
389 | also be specified with a module parameter. | 389 | also be specified with a module parameter. |
390 | 390 | ||
391 | config SCx200_ACB | 391 | config SCx200_ACB |
392 | tristate "NatSemi SCx200 ACCESS.bus" | 392 | tristate "Geode ACCESS.bus support" |
393 | depends on I2C && PCI | 393 | depends on I2C && PCI |
394 | help | 394 | help |
395 | Enable the use of the ACCESS.bus controllers of a SCx200 processor. | 395 | Enable the use of the ACCESS.bus controllers on the Geode SCx200 and |
396 | SC1100 processors and the CS5535 and CS5536 Geode companion devices. | ||
396 | 397 | ||
397 | If you don't know what to do here, say N. | 398 | If you don't know what to do here, say N. |
398 | 399 | ||