mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kconfig menu: move Virtualization drivers near other virtualization options
@ 2013-03-15 20:01 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2013-03-15 20:01 UTC (permalink / raw)
  To: LKML, Andrew Morton; +Cc: Alexander Graf, Stuart Yoder

From: Randy Dunlap <rdunlap@infradead.org>

Make virtualization drivers be logically grouped together
(physically near each other) in the kconfig menu by
moving "Virtualization drivers" to be near "Virtio drivers",
Microsort Hyper-V, and Xen driver support.

This is just a user-friendly, visual search change.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Alexander Graf <agraf@suse.de>
Cc: Stuart Yoder <stuart.yoder@freescale.com>
---
 drivers/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- lnx-39-rc2.orig/drivers/Kconfig
+++ lnx-39-rc2/drivers/Kconfig
@@ -118,6 +118,8 @@ source "drivers/vfio/Kconfig"
 
 source "drivers/vlynq/Kconfig"
 
+source "drivers/virt/Kconfig"
+
 source "drivers/virtio/Kconfig"
 
 source "drivers/hv/Kconfig"
@@ -142,8 +144,6 @@ source "drivers/remoteproc/Kconfig"
 
 source "drivers/rpmsg/Kconfig"
 
-source "drivers/virt/Kconfig"
-
 source "drivers/devfreq/Kconfig"
 
 source "drivers/extcon/Kconfig"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-15 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-15 20:01 [PATCH] kconfig menu: move Virtualization drivers near other virtualization options Randy Dunlap

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

Powered by JetHome