[U-Boot] [PATCH 3/4] x86: conga-qeval20-qa3-e3845: Select SERIAL_RX_BUFFER via Kconfig

Stefan Roese sr at denx.de
Wed Aug 16 15:43:46 UTC 2017


Hi Bin,

On 16.08.2017 17:37, Stefan Roese wrote:
> To support more input characters (longer stings pasted into the U-Boot
> prompt) without dropping, lets selects the recently added UART RX
> buffer for these boards.
> 
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> ---
>   board/congatec/conga-qeval20-qa3-e3845/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/board/congatec/conga-qeval20-qa3-e3845/Kconfig b/board/congatec/conga-qeval20-qa3-e3845/Kconfig
> index e1fae737ac..9e44413c2c 100644
> --- a/board/congatec/conga-qeval20-qa3-e3845/Kconfig
> +++ b/board/congatec/conga-qeval20-qa3-e3845/Kconfig
> @@ -25,6 +25,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
>   	select SPI_FLASH_STMICRO
>   	imply SPI_FLASH_SPANSION
>   	imply SPI_FLASH_WINBOND
> +	select SERIAL_RX_BUFFER

It might be better to select (or imply) this Kconfig option for x86 in
general, once this support is available in mainline.

What do you think?

Thanks,
Stefan


More information about the U-Boot mailing list