projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f63e3
)
powerpc/pmac32: enable serial options by default in defconfig
author
Yuan Tan
<tanyuan@tinylab.org>
Wed, 2 Aug 2023 13:41:30 +0000
(21:41 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 14 Aug 2023 11:54:04 +0000
(21:54 +1000)
Serial is a critical feature for logging and debuging, and the other
architectures enable serial by default.
Let's enable CONFIG_SERIAL_PMACZILOG and CONFIG_SERIAL_PMACZILOG_CONSOLE
by default.
Signed-off-by: Yuan Tan <tanyuan@tinylab.org>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://msgid.link/bb7b5f9958b3e3a20f6573ff7ce7c5dc566e7e32.1690982937.git.tanyuan@tinylab.org
arch/powerpc/configs/pmac32_defconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/configs/pmac32_defconfig
b/arch/powerpc/configs/pmac32_defconfig
index 019163c2571e67bd05f834a443533826635aeb8f..3aae79afb9d90879d09ab2bc73ea5bca394cb563 100644
(file)
--- a/
arch/powerpc/configs/pmac32_defconfig
+++ b/
arch/powerpc/configs/pmac32_defconfig
@@
-176,8
+176,9
@@
CONFIG_MOUSE_APPLETOUCH=y
# CONFIG_SERIO_I8042 is not set
# CONFIG_SERIO_SERPORT is not set
CONFIG_SERIAL_8250=m
-CONFIG_SERIAL_PMACZILOG=
m
+CONFIG_SERIAL_PMACZILOG=
y
CONFIG_SERIAL_PMACZILOG_TTYS=y
+CONFIG_SERIAL_PMACZILOG_CONSOLE=y
CONFIG_NVRAM=y
CONFIG_I2C_CHARDEV=m
CONFIG_APM_POWER=y