From 858adf9efbb833b8444c511254b873c2fcae3e3b Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Thu, 22 Mar 2018 20:44:47 -0700 Subject: [PATCH] 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. --- conf/linux_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/linux_defconfig b/conf/linux_defconfig index 1a8c670..cd87340 100644 --- a/conf/linux_defconfig +++ b/conf/linux_defconfig @@ -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