aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/i2c/busses/scx200_acb5
-rw-r--r--drivers/i2c/busses/Kconfig5
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
6----------------- 6-----------------
7 7
8* base: int 8* base: int
9 Base addresses for the ACCESS.bus controllers 9 Base addresses for the ACCESS.bus controllers on SCx200 and SC1100 devices
10 10
11Description 11Description
12----------- 12-----------
13 13
14Enable the use of the ACCESS.bus controllers of a SCx200 processor. 14Enable the use of the ACCESS.bus controller on the Geode SCx200 and
15SC1100 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
389 also be specified with a module parameter. 389 also be specified with a module parameter.
390 390
391config SCx200_ACB 391config 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