Skip to content

Commit

Permalink
armsr: armv8: enable serial console for Renesas platforms
Browse files Browse the repository at this point in the history
Support for Renesas Arm families was added in commit 1ff4f4d
("armsr: armv8: enable CONFIG_ARCH_RENESAS"), but this did not
enable the console/tty hardware for these SoCs, which is derived
from the SuperH family (CONFIG_SERIAL_SH_SCI).

Link: openwrt#15284
Signed-off-by: Mathew McBride <[email protected]>
  • Loading branch information
mcbridematt authored and dangowrt committed May 7, 2024
1 parent ffbc4c8 commit 683355d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions target/linux/armsr/armv8/config-6.6
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,11 @@ CONFIG_SERIAL_MVEBU_CONSOLE=y
CONFIG_SERIAL_MVEBU_UART=y
CONFIG_SERIAL_SAMSUNG=y
CONFIG_SERIAL_SAMSUNG_CONSOLE=y
CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_CONSOLE=y
CONFIG_SERIAL_SH_SCI_DMA=y
CONFIG_SERIAL_SH_SCI_EARLYCON=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=18
# CONFIG_SMC91X is not set
# CONFIG_SND_SOC_RCAR is not set
# CONFIG_SND_SOC_RZ is not set
Expand Down

0 comments on commit 683355d

Please sign in to comment.