| Rusty Russell | 34b8867 | 2007-10-22 11:01:54 +1000 | [diff] [blame] | 1 | config LGUEST_GUEST | 
|  | 2 | bool "Lguest guest support" | 
|  | 3 | select PARAVIRT | 
|  | 4 | depends on !X86_PAE | 
| Rusty Russell | 19f1537 | 2007-10-22 11:24:21 +1000 | [diff] [blame^] | 5 | select VIRTIO | 
| Rusty Russell | 0a8a69d | 2007-10-22 11:03:40 +1000 | [diff] [blame] | 6 | select VIRTIO_RING | 
| Rusty Russell | 19f1537 | 2007-10-22 11:24:21 +1000 | [diff] [blame^] | 7 | select VIRTIO_CONSOLE | 
| Rusty Russell | 34b8867 | 2007-10-22 11:01:54 +1000 | [diff] [blame] | 8 | help | 
|  | 9 | Lguest is a tiny in-kernel hypervisor.  Selecting this will | 
|  | 10 | allow your kernel to boot under lguest.  This option will increase | 
|  | 11 | your kernel size by about 6k.  If in doubt, say N. | 
| Rusty Russell | 19f1537 | 2007-10-22 11:24:21 +1000 | [diff] [blame^] | 12 |  | 
|  | 13 | If you say Y here, make sure you say Y (or M) to the virtio block | 
|  | 14 | and net drivers which lguest needs. |