Skip to content

Commit

Permalink
kconfig menu: move Virtualization drivers near other virtualization o…
Browse files Browse the repository at this point in the history
…ptions

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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed May 1, 2013
1 parent 446f24d commit 966f309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ source "drivers/vfio/Kconfig"

source "drivers/vlynq/Kconfig"

source "drivers/virt/Kconfig"

source "drivers/virtio/Kconfig"

source "drivers/hv/Kconfig"
Expand All @@ -144,8 +146,6 @@ source "drivers/remoteproc/Kconfig"

source "drivers/rpmsg/Kconfig"

source "drivers/virt/Kconfig"

source "drivers/devfreq/Kconfig"

source "drivers/extcon/Kconfig"
Expand Down

0 comments on commit 966f309

Please sign in to comment.