[PATCH] kconfig menu: move Virtualization drivers near other virtualizationoptions

From: Randy Dunlap
Date: Fri Mar 15 2013 - 16:01:42 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>
Cc: Alexander Graf <agraf@xxxxxxx>
Cc: Stuart Yoder <stuart.yoder@xxxxxxxxxxxxx>
---
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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/