linux_defconfig: restore support for qemu's uart (#46)

Now that we've fixed the 16MiB limit on HiFive Unleashed, there is
no need to drop this drive any more.

Fixes #44.
This commit is contained in:
Wesley W. Terpstra 2018-03-22 20:44:47 -07:00 committed by GitHub
parent 0f03e5174f
commit 858adf9efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ CONFIG_MICROSEMI_PHY=y
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_VT is not set
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_PCI is not set
CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_SIFIVE=y
CONFIG_SERIAL_SIFIVE_CONSOLE=y
# CONFIG_HVC_RISCV_SBI is not set