diff options
| author | Bart Van Assche <bvanassche@acm.org> | 2011-11-18 12:41:42 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-26 20:05:33 -0500 |
| commit | a48b0c4c7dfe8de55057c6c431ec47d489d1ff7a (patch) | |
| tree | b381bde4464ac27da749c572ee3508a63829634d /drivers/Kconfig | |
| parent | 03e099fbb0fbd8aaef9316e74790d9819c57c8ff (diff) | |
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@acm.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: James Bottomley <JBottomley@Parallels.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/Kconfig')
| -rw-r--r-- | drivers/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index b5e6f243f749..5afe5d1f199b 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig | |||
| @@ -116,6 +116,8 @@ source "drivers/vlynq/Kconfig" | |||
| 116 | 116 | ||
| 117 | source "drivers/virtio/Kconfig" | 117 | source "drivers/virtio/Kconfig" |
| 118 | 118 | ||
| 119 | source "drivers/hv/Kconfig" | ||
| 120 | |||
| 119 | source "drivers/xen/Kconfig" | 121 | source "drivers/xen/Kconfig" |
| 120 | 122 | ||
| 121 | source "drivers/staging/Kconfig" | 123 | source "drivers/staging/Kconfig" |
| @@ -132,8 +134,6 @@ source "drivers/iommu/Kconfig" | |||
| 132 | 134 | ||
| 133 | source "drivers/virt/Kconfig" | 135 | source "drivers/virt/Kconfig" |
| 134 | 136 | ||
| 135 | source "drivers/hv/Kconfig" | ||
| 136 | |||
| 137 | source "drivers/devfreq/Kconfig" | 137 | source "drivers/devfreq/Kconfig" |
| 138 | 138 | ||
| 139 | endmenu | 139 | endmenu |
