lguest: select CONFIG_TTY to build properly.
authorRandy Dunlap <[email protected]>
Thu, 14 Feb 2013 18:55:06 +0000 (10:55 -0800)
committerGreg Kroah-Hartman <[email protected]>
Fri, 15 Feb 2013 00:01:55 +0000 (16:01 -0800)
commitcb8081cb6bfbdb867d17cafaaf3509ee31140f7f
tree1cb34bc46b623820c81d1a1cd07116d3b9094a7c
parent56cc6cb707fedd897d391f6e50e3b56d62d6683f
lguest: select CONFIG_TTY to build properly.

Fix kconfig warning for LGUEST_GUEST config by selecting TTY:

warning: (KVMTOOL_TEST_ENABLE && LGUEST_GUEST) selects VIRTIO_CONSOLE which has unmet direct dependencies (VIRTIO && TTY)

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Joe Millenbach <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
arch/x86/lguest/Kconfig