From khali@linux-fr.org Wed Jan 18 13:52:24 2006 Date: Wed, 18 Jan 2006 22:53:09 +0100 From: Jean Delvare To: Greg KH Cc: Ben Gardner Subject: [PATCH 08/17] i2c: scx200_acb minimal documentation update Message-Id: <20060118225309.708129dd.khali@linux-fr.org> Content-Disposition: inline; filename=i2c-scx200_acb-07-docs.patch From: Ben Gardner scx200_acb: Minimal documentation update Signed-off-by: Ben Gardner Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Documentation/i2c/busses/scx200_acb | 5 +++-- drivers/i2c/busses/Kconfig | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) --- gregkh-2.6.orig/Documentation/i2c/busses/scx200_acb +++ gregkh-2.6/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. --- gregkh-2.6.orig/drivers/i2c/busses/Kconfig +++ gregkh-2.6/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.