summaryrefslogtreecommitdiff
path: root/arch/x86/lguest/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2013-02-14 18:55:06 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-15 00:01:55 (GMT)
commitcb8081cb6bfbdb867d17cafaaf3509ee31140f7f (patch)
tree1cb34bc46b623820c81d1a1cd07116d3b9094a7c /arch/x86/lguest/Kconfig
parent56cc6cb707fedd897d391f6e50e3b56d62d6683f (diff)
downloadlinux-cb8081cb6bfbdb867d17cafaaf3509ee31140f7f.tar.xz
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 <rdunlap@infradead.org> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Joe Millenbach <jmillenbach@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/lguest/Kconfig')
-rw-r--r--arch/x86/lguest/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lguest/Kconfig b/arch/x86/lguest/Kconfig
index 7872a33..29043d2 100644
--- a/arch/x86/lguest/Kconfig
+++ b/arch/x86/lguest/Kconfig
@@ -2,6 +2,7 @@ config LGUEST_GUEST
bool "Lguest guest support"
select PARAVIRT
depends on X86_32
+ select TTY
select VIRTUALIZATION
select VIRTIO
select VIRTIO_CONSOLE