mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
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 <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
b48dcd3751
commit
5091a8b04d
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select SPI_FLASH_STMICRO
|
select SPI_FLASH_STMICRO
|
||||||
imply SPI_FLASH_SPANSION
|
imply SPI_FLASH_SPANSION
|
||||||
imply SPI_FLASH_WINBOND
|
imply SPI_FLASH_WINBOND
|
||||||
|
select SERIAL_RX_BUFFER
|
||||||
|
|
||||||
config PCIE_ECAM_BASE
|
config PCIE_ECAM_BASE
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
|
Loading…
Add table
Reference in a new issue