projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3066221
)
powerpc/xmon: Select CONSOLE_POLL for the 8xx
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Wed, 23 Dec 2020 09:38:47 +0000
(09:38 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Sun, 31 Jan 2021 11:35:51 +0000
(22:35 +1100)
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
arch/powerpc/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/powerpc/Kconfig.debug
b/arch/powerpc/Kconfig.debug
index b88900f4832fdf7a798b024d59f283032fd85d35..ae084357994e87b5f07294ab9543b8a80d7d94a0 100644
(file)
--- a/
arch/powerpc/Kconfig.debug
+++ b/
arch/powerpc/Kconfig.debug
@@
-88,6
+88,7
@@
config PPC_IRQ_SOFT_MASK_DEBUG
config XMON
bool "Include xmon kernel debugger"
depends on DEBUG_KERNEL
+ select CONSOLE_POLL if SERIAL_CPM_CONSOLE
help
Include in-kernel hooks for the xmon kernel monitor/debugger.
Unless you are intending to debug the kernel, say N here.