projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbc4c8
)
armsr: armv8: enable serial console for Renesas platforms
author
Mathew McBride
<
[email protected]
>
Tue, 30 Apr 2024 02:34:37 +0000
(12:34 +1000)
committer
Daniel Golle
<
[email protected]
>
Tue, 7 May 2024 12:01:20 +0000
(13:01 +0100)
Support for Renesas Arm families was added in commit
1ff4f4df2301
("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:
https://github.com/openwrt/openwrt/issues/15284
Signed-off-by: Mathew McBride <
[email protected]
>
target/linux/armsr/armv8/config-6.6
patch
|
blob
|
history
diff --git
a/target/linux/armsr/armv8/config-6.6
b/target/linux/armsr/armv8/config-6.6
index 7b50fced91e7a0ec1b2754232277182c4e4270bf..aa5774a7b656a68f1b383f1343fa02ada269423f 100644
(file)
--- a/
target/linux/armsr/armv8/config-6.6
+++ b/
target/linux/armsr/armv8/config-6.6
@@
-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