commit | 327480a4bfb6500a570fbf44bd716d6ac4cc7130 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Fri Jan 30 12:55:38 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 10 00:54:42 2009 +0100 |
tree | 1bdd335f87dc229a2fda058b8a9496a51928f3d9 | |
parent | 3b967ae1cbfef9211dbe8deb93cba6f492c89d6c [diff] |
82xx serial, smc: add configurable SMC Rx buffer len This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN. With this option it is possible to allow the receive buffer for the SMC on 82xx to be greater then 1. In case CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the old version. When defining CONFIG_SYS_SMC_RXBUFLEN also CONFIG_SYS_MAXIDLE must be defined to setup the maximum idle timeout for the SMC. Signed-off-by: Heiko Schocher <hs@denx.de>