Skip to content

Commit 6925ba3

Browse files
hal-fengpalmer-dabbelt
authored andcommitted
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]>
1 parent 5f66e18 commit 6925ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ CONFIG_MICROSEMI_PHY=y
123123
CONFIG_INPUT_MOUSEDEV=y
124124
CONFIG_SERIAL_8250=y
125125
CONFIG_SERIAL_8250_CONSOLE=y
126+
CONFIG_SERIAL_8250_DW=y
126127
CONFIG_SERIAL_OF_PLATFORM=y
127128
CONFIG_VIRTIO_CONSOLE=y
128129
CONFIG_HW_RANDOM=y

0 commit comments

Comments
 (0)