diff options
author | Marcello Sylvester Bauer <info@marcellobauer.com> | 2018-11-01 13:37:17 +0100 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2018-11-02 14:58:05 +0000 |
commit | 78d29bff721a2c19daaf75c28391e042574d94c1 (patch) | |
tree | 771f0526b13765303971a28a4ad9bca40da40653 /payloads/external | |
parent | 159656b66145821f2f60c89c54cd7584cf23e70d (diff) |
LinuxBoot/X86_64: Enable 8250 uart drivers
Enable 8250 uart drivers on default defconfig.
- makes it easier to debug. (qemu -nographic)
- Kernel size increases only by 20kB.
Change-Id: I8309ecf7afd74b3c4021effedcac47350b442173
Signed-off-by: Marcello Sylvester Bauer <info@marcellobauer.com>
Reviewed-on: https://review.coreboot.org/29425
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'payloads/external')
-rw-r--r-- | payloads/external/LinuxBoot/x86_64/defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/payloads/external/LinuxBoot/x86_64/defconfig b/payloads/external/LinuxBoot/x86_64/defconfig index 71c5d77041..39ae162f5f 100644 --- a/payloads/external/LinuxBoot/x86_64/defconfig +++ b/payloads/external/LinuxBoot/x86_64/defconfig @@ -99,6 +99,13 @@ CONFIG_SATA_AHCI=y CONFIG_MD=y CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=y +CONFIG_SERIAL_8250_CONSOLE=y +# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set +# CONFIG_SERIAL_8250_EXAR is not set +# CONFIG_SERIAL_8250_LPSS is not set +# CONFIG_SERIAL_8250_MID is not set +# CONFIG_SERIAL_8250_PNP is not set +CONFIG_SERIAL_8250=y CONFIG_HW_RANDOM_TIMERIOMEM=y # CONFIG_HW_RANDOM_AMD is not set # CONFIG_HW_RANDOM_VIA is not set |