diff options
author | Stefan Roese <sr@denx.de> | 2017-08-16 17:37:17 +0200 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-24 11:00:47 +0800 |
commit | b48dcd37511eb9856a36596c8f7c0578d32fa83d (patch) | |
tree | 8dc4a6f4abd834b716fc2ea65863adf719408ba2 /board/congatec | |
parent | 3ca7a06afb7cbc867b7861a8b9aada74e5bbb559 (diff) | |
download | u-boot-b48dcd37511eb9856a36596c8f7c0578d32fa83d.tar.gz |
x86: conga-qeval20-qa3-e3845: Select SERIAL_RX_BUFFER via Kconfig
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@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/congatec')
-rw-r--r-- | board/congatec/conga-qeval20-qa3-e3845/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 config PCIE_ECAM_BASE default 0xe0000000 |