Re: [PATCH] NatSemi SCx200 Support

Thibaut Laurent (thibaut@celestix.com)
Mon, 4 Mar 2002 07:37:29 +0800


On Sat, 2 Mar 2002 17:01:10 +0100 (CET)
Christer Weinigel <wingel@acolyte.hack.org> wrote:

| Marcelo Tosatti <marcelo@conectiva.com.br> wrote:
| > Your patch does not apply cleanly to my tree, probably due to some
| > already applied patches.
| >
| > Please regenerate your patch against -pre2 as soon as its released.
|
| This is an updated patch for SCx200 support. This patch is against
| linux-2.4.19-pre2 and adds support for some SCx200 specific features
| such as the GPIO pins, the watchdog and flash mapping via the DOCCS
| pin. Compared to the earlier patch, I've cleaned up a few more
| things, and have also added a driver for the ACCESS.bus found in the
| SCx200 CPUs.

There's a typo in drivers/i2c/Config.in.
CONFIG_SCx200_I2C is defined but CONFIG_I2C_SCx200 is tested...

+ dep_tristate ' NatSemi SCx200 I2C using GPIO pins' CONFIG_SCx200_I2C $CONFIG_ARCH_SCx200 $CONFIG_I2C_ALGOBIT
+ if [ "$CONFIG_I2C_SCx200" != "n" ]; then
^^^^^^^^^^^^^^^^^
this should be CONFIG_SCx200_I2C

Regards,

Thibaut

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/