From: Marek Pikuła Date: Thu, 1 Feb 2024 15:30:11 +0000 (+0100) Subject: RISCV: configs: tizen_qemu: Enable SBI earlycon X-Git-Tag: accepted/tizen/unified/toolchain/20240311.065846~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=006aca0be1b3e3b895521ffa05008f50047722aa;p=platform%2Fkernel%2Flinux-starfive.git RISCV: configs: tizen_qemu: Enable SBI earlycon Change-Id: Icf986f0e8f2d91cb81c79552375a4d76b70ad3be Signed-off-by: Marek Pikuła --- diff --git a/arch/riscv/configs/tizen_qemu_defconfig b/arch/riscv/configs/tizen_qemu_defconfig index 786bb3a..688d388 100644 --- a/arch/riscv/configs/tizen_qemu_defconfig +++ b/arch/riscv/configs/tizen_qemu_defconfig @@ -68,6 +68,8 @@ CONFIG_INPUT_MOUSEDEV=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_OF_PLATFORM=y +CONFIG_SERIAL_EARLYCON_RISCV_SBI=y +CONFIG_HVC_RISCV_SBI=y CONFIG_SERIAL_DEV_BUS=y CONFIG_TTY_PRINTK=y CONFIG_VIRTIO_CONSOLE=y