From: Bart Van Assche Date: Fri, 18 Nov 2011 17:41:42 +0000 (+0100) Subject: hv: Move Kconfig menu entry X-Git-Tag: v3.3-rc1~30^2~1^2~25 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a48b0c4c7dfe8de55057c6c431ec47d489d1ff7a;p=~emulex%2Finfiniband.git hv: Move Kconfig menu entry Move the "Device Drivers/Microsoft Hyper-V guest support" menu entry up such that it appears immediately below virtio (KVM and lguest guest driver support) instead of after a hypervisor driver menu entry. Signed-off-by: Bart Van Assche Cc: Greg Kroah-Hartman Cc: James Bottomley Cc: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/Kconfig b/drivers/Kconfig index b5e6f243f74..5afe5d1f199 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -116,6 +116,8 @@ source "drivers/vlynq/Kconfig" source "drivers/virtio/Kconfig" +source "drivers/hv/Kconfig" + source "drivers/xen/Kconfig" source "drivers/staging/Kconfig" @@ -132,8 +134,6 @@ source "drivers/iommu/Kconfig" source "drivers/virt/Kconfig" -source "drivers/hv/Kconfig" - source "drivers/devfreq/Kconfig" endmenu