From: Hal Feng Date: Fri, 18 Nov 2022 01:17:14 +0000 (+0800) Subject: RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW X-Git-Tag: v6.6.17~5917^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6925ba3d9b8ccf1989b4cf13d6f0d7e341899481;p=platform%2Fkernel%2Flinux-rpi.git RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for StarFive JH7110 and JH7100 SoCs to boot with serial ports. Reviewed-by: Conor Dooley Signed-off-by: Hal Feng Acked-by: Palmer Dabbelt Link: https://lore.kernel.org/r/20221118011714.70877-9-hal.feng@starfivetech.com Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index daba5d7..74ed703 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -123,6 +123,7 @@ CONFIG_MICROSEMI_PHY=y CONFIG_INPUT_MOUSEDEV=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_VIRTIO_CONSOLE=y CONFIG_HW_RANDOM=y