Commit 966f3096b18bf13385799ef745e114a8f292ed69

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 446f24d119

kconfig menu: move Virtualization drivers near other virtualization options

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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -120,6 +120,8 @@
120 120  
121 121 source "drivers/vlynq/Kconfig"
122 122  
  123 +source "drivers/virt/Kconfig"
  124 +
123 125 source "drivers/virtio/Kconfig"
124 126  
125 127 source "drivers/hv/Kconfig"
... ... @@ -143,8 +145,6 @@
143 145 source "drivers/remoteproc/Kconfig"
144 146  
145 147 source "drivers/rpmsg/Kconfig"
146   -
147   -source "drivers/virt/Kconfig"
148 148  
149 149 source "drivers/devfreq/Kconfig"
150 150