diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2007-11-08 05:46:31 +0300 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-02-04 15:50:05 +0300 |
commit | 0ad07ec1fd2f3e90dfb086b04c07a83db40e9172 (patch) | |
tree | 783d29d4e7d7e94ed9020b26e37b9c33f7aefcb2 /drivers/Kconfig | |
parent | 81a8deab1ce3816c6a89e3429e234e7d3686da94 (diff) | |
download | linux-0ad07ec1fd2f3e90dfb086b04c07a83db40e9172.tar.xz |
virtio: Put the virtio under the virtualization menu
This patch moves virtio under the virtualization menu and changes virtio
devices to not claim to only be for lguest.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 08d4ae201597..3f8a231fe754 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -91,6 +91,4 @@ source "drivers/dca/Kconfig" source "drivers/auxdisplay/Kconfig" source "drivers/uio/Kconfig" - -source "drivers/virtio/Kconfig" endmenu |