commit | 362447f13edbd3467f1a5511ed4874e330d5e701 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Tue Feb 10 09:31:47 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Feb 11 23:18:13 2009 +0100 |
tree | b00dce3d02e716a37dd3b99c17f1aa1f19c047bf | |
parent | 9dac2d75fb61dacd2e80e351fb5862d10366ab0b [diff] |
8xx 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 8xx 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>