diff options
| author | Stefan Roese <[email protected]> | 2017-08-16 17:37:18 +0200 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2017-08-24 11:00:47 +0800 |
| commit | 5091a8b04d842b67a8a39475cf7807c09c347af0 (patch) | |
| tree | 1d159e055d081588c621120c64e7e7dd9eb86b12 | |
| parent | b48dcd37511eb9856a36596c8f7c0578d32fa83d (diff) | |
x86: dfi-bt700: 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 <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Bin Meng <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
| -rw-r--r-- | board/dfi/dfi-bt700/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/dfi/dfi-bt700/Kconfig b/board/dfi/dfi-bt700/Kconfig index 4b6c3fc56ce..f92f50a4481 100644 --- a/board/dfi/dfi-bt700/Kconfig +++ b/board/dfi/dfi-bt700/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 |
