public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm needs menu structure
@ 2006-12-11 22:44 Randy Dunlap
  2006-12-12  7:46 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-12-11 22:44 UTC (permalink / raw)
  To: kvm-devel, lkml; +Cc: avi, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

KVM config items need to be inside a menu structure instead of
dangling off of Device Drivers.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/kvm/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.19-git18.orig/drivers/kvm/Kconfig
+++ linux-2.6.19-git18/drivers/kvm/Kconfig
@@ -1,7 +1,7 @@
 #
 # KVM configuration
 #
-config KVM
+menuconfig KVM
 	tristate "Kernel-based Virtual Machine (KVM) support"
 	depends on X86 && EXPERIMENTAL
 	---help---


---

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-12  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-11 22:44 [PATCH] kvm needs menu structure Randy Dunlap
2006-12-12  7:46 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox