aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/configs
diff options
context:
space:
mode:
authorGravatar Yuan Tan <tanyuan@tinylab.org> 2023-08-02 21:41:30 +0800
committerGravatar Michael Ellerman <mpe@ellerman.id.au> 2023-08-14 21:54:04 +1000
commit0b5e06e9cb156e7e97bfb4e1ebf6acd62497eaf5 (patch)
treed504d71cbaed21f48e79e2352c28671d4795487e /arch/powerpc/configs
parentMerge branch 'topic/cpu-smt' into next (diff)
downloadlinux-0b5e06e9cb156e7e97bfb4e1ebf6acd62497eaf5.tar.gz
linux-0b5e06e9cb156e7e97bfb4e1ebf6acd62497eaf5.tar.bz2
linux-0b5e06e9cb156e7e97bfb4e1ebf6acd62497eaf5.zip
powerpc/pmac32: enable serial options by default in defconfig
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
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r--arch/powerpc/configs/pmac32_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig
index 019163c2571e..3aae79afb9d9 100644
--- 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