diff options
author | Randy Dunlap <[email protected]> | 2013-04-30 15:28:44 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-04-30 17:04:09 -0700 |
commit | 966f3096b18bf13385799ef745e114a8f292ed69 (patch) | |
tree | 0879540c5a369240c820be6cc408aa1c72c8a257 | |
parent | 446f24d1199e8a546ba7c97da3fbb9a505a94795 (diff) |
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 <[email protected]>
Cc: Alexander Graf <[email protected]>
Cc: Stuart Yoder <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | drivers/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 78a956e286e6..8d96238549fa 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -120,6 +120,8 @@ source "drivers/vfio/Kconfig" source "drivers/vlynq/Kconfig" +source "drivers/virt/Kconfig" + source "drivers/virtio/Kconfig" source "drivers/hv/Kconfig" @@ -144,8 +146,6 @@ source "drivers/remoteproc/Kconfig" source "drivers/rpmsg/Kconfig" -source "drivers/virt/Kconfig" - source "drivers/devfreq/Kconfig" source "drivers/extcon/Kconfig" |