mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
tty: build fix for 3.3-rc6
This contains one build fix for the powerpc udbg driver that was reported. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEABECAAYFAk9VTK0ACgkQMUfUDdst+ykAGACeLDYE9U586NNUAGcHALtb6AtT R1IAoK4NgsUvzxkp8XOlUYUar1DulcZB =0xfn -----END PGP SIGNATURE----- Merge tag 'tty-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty tty: build fix for 3.3-rc6 This contains one build fix for the powerpc udbg driver that was reported. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> * tag 'tty-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: tty/powerpc: early udbg consoles can't be modules
This commit is contained in:
commit
75d7b398b7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user