powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 1 Jul 2023 05:47:12 +0000 (22:47 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 3 Jul 2023 06:07:55 +0000 (16:07 +1000)
commit39f49684036d24af800ff194c33c7b2653c591d7
treeaffd1e294f48037799d62509ac35df770b033bee
parentd8b0bd57c2d68eb500f356f0f9228e6183da94ae
powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y

In a randconfig with CONFIG_SERIAL_CPM=m and
CONFIG_PPC_EARLY_DEBUG_CPM=y, there is a build error:
ERROR: modpost: "udbg_putc" [drivers/tty/serial/cpm_uart/cpm_uart.ko] undefined!

Prevent the build error by allowing PPC_EARLY_DEBUG_CPM only when
SERIAL_CPM=y.

Fixes: c374e00e17f1 ("[POWERPC] Add early debug console for CPM serial ports.")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230701054714.30512-1-rdunlap@infradead.org
arch/powerpc/Kconfig.debug