Skip to content
Snippets Groups Projects
Commit c92fac91 authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

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: default avatarHeiko Schocher <hs@denx.de>
parent bced7cce
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment