Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Yuan Tan and committed by
Michael Ellerman
0b5e06e9 15f63e30

+2 -1
+2 -1
arch/powerpc/configs/pmac32_defconfig
··· 176 176 # CONFIG_SERIO_I8042 is not set 177 177 # CONFIG_SERIO_SERPORT is not set 178 178 CONFIG_SERIAL_8250=m 179 - CONFIG_SERIAL_PMACZILOG=m 179 + CONFIG_SERIAL_PMACZILOG=y 180 180 CONFIG_SERIAL_PMACZILOG_TTYS=y 181 + CONFIG_SERIAL_PMACZILOG_CONSOLE=y 181 182 CONFIG_NVRAM=y 182 183 CONFIG_I2C_CHARDEV=m 183 184 CONFIG_APM_POWER=y