aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <[email protected]>2022-11-18 09:17:14 +0800
committerPalmer Dabbelt <[email protected]>2022-12-02 10:24:13 -0800
commit6925ba3d9b8ccf1989b4cf13d6f0d7e341899481 (patch)
treea70ca0a255ead7be43accba92431e9ac78476424
parent5f66e18755963537d6cd125bde4ec559f2991a75 (diff)
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 <[email protected]> Signed-off-by: Hal Feng <[email protected]> Acked-by: Palmer Dabbelt <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r--arch/riscv/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index daba5d743862..74ed7037314f 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