Skip to content

Commit 6895c5b

Browse files
chleroympe
authored andcommitted
powerpc/xmon: Select CONSOLE_POLL for the 8xx
Powerpc 8xx requires CONSOLE_POLL to get udbg_putc() and udbg_getc() in CPM uart driver. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/3d10a274516e9be8c4b0dc679a2840cdc1588872.1608716197.git.christophe.leroy@csgroup.eu
1 parent 3066221 commit 6895c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/powerpc/Kconfig.debug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ config PPC_IRQ_SOFT_MASK_DEBUG
8888
config XMON
8989
bool "Include xmon kernel debugger"
9090
depends on DEBUG_KERNEL
91+
select CONSOLE_POLL if SERIAL_CPM_CONSOLE
9192
help
9293
Include in-kernel hooks for the xmon kernel monitor/debugger.
9394
Unless you are intending to debug the kernel, say N here.

0 commit comments

Comments
 (0)