Skip to content

Commit

Permalink
tty/powerpc: early udbg consoles can't be modules
Browse files Browse the repository at this point in the history
commit f21c6d4 upstream.

Fixes these build errors:

ERROR: ".udbg_printf" [drivers/tty/ehv_bytechan.ko] undefined!
ERROR: ".register_early_udbg_console" [drivers/tty/ehv_bytechan.ko] undefined!
ERROR: "udbg_putc" [drivers/tty/ehv_bytechan.ko] undefined!

Cc: Timur Tabi <timur@freescale.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
sfrothwell authored and gregkh committed Mar 12, 2012
1 parent dec68ee commit c8db5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/Kconfig
Expand Up @@ -365,7 +365,7 @@ config PPC_EPAPR_HV_BYTECHAN


config PPC_EARLY_DEBUG_EHV_BC config PPC_EARLY_DEBUG_EHV_BC
bool "Early console (udbg) support for ePAPR hypervisors" bool "Early console (udbg) support for ePAPR hypervisors"
depends on PPC_EPAPR_HV_BYTECHAN depends on PPC_EPAPR_HV_BYTECHAN=y
help help
Select this option to enable early console (a.k.a. "udbg") support Select this option to enable early console (a.k.a. "udbg") support
via an ePAPR byte channel. You also need to choose the byte channel via an ePAPR byte channel. You also need to choose the byte channel
Expand Down

0 comments on commit c8db5a5

Please sign in to comment.