Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Ben Gardner and committed by
Greg Kroah-Hartman
a417bbd3 f933ff50

+6 -4
+3 -2
Documentation/i2c/busses/scx200_acb
··· 6 6 ----------------- 7 7 8 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 11 11 Description 12 12 ----------- 13 13 14 - Enable the use of the ACCESS.bus controllers of a SCx200 processor. 14 + Enable the use of the ACCESS.bus controller on the Geode SCx200 and 15 + SC1100 processors and the CS5535 and CS5536 Geode companion devices.
+3 -2
drivers/i2c/busses/Kconfig
··· 389 389 also be specified with a module parameter. 390 390 391 391 config SCx200_ACB 392 - tristate "NatSemi SCx200 ACCESS.bus" 392 + tristate "Geode ACCESS.bus support" 393 393 depends on I2C && PCI 394 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 398 If you don't know what to do here, say N. 398 399