[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201111181841.42636.bvanassche@acm.org>
Date: Fri, 18 Nov 2011 18:41:42 +0100
From: Bart Van Assche <bvanassche@....org>
To: linux-kernel@...r.kernel.org
Cc: "Greg Kroah-Hartman" <gregkh@...e.de>,
James Bottomley <JBottomley@...allels.com>,
"K. Y. Srinivasan" <kys@...rosoft.com>
Subject: [PATCH 2/2] 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 <bvanassche@....org>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
Cc: James Bottomley <JBottomley@...allels.com>
Cc: K. Y. Srinivasan <kys@...rosoft.com>
---
drivers/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/Kconfig b/drivers/Kconfig
index b5e6f24..5afe5d1 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
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists