Revision b9719635f85b1d3c54775b53ea45fdd8e7496682 authored by Linus Torvalds on 19 September 2008, 23:05:05 UTC, committed by Linus Torvalds on 19 September 2008, 23:05:05 UTC
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
  Fix compile failure with non modular builds
  powerpc: Holly board needs dtbImage target
  powerpc: Fix interrupt values for DMA2 in MPC8610 HPCD device tree
2 parent s e72a68f + 2d291e9
Raw File
Kconfig
config LGUEST_GUEST
	bool "Lguest guest support"
	select PARAVIRT
	depends on X86_32
	depends on !X86_PAE
	depends on !X86_VOYAGER
	select VIRTIO
	select VIRTIO_RING
	select VIRTIO_CONSOLE
	help
	  Lguest is a tiny in-kernel hypervisor.  Selecting this will
	  allow your kernel to boot under lguest.  This option will increase
	  your kernel size by about 6k.  If in doubt, say N.

	  If you say Y here, make sure you say Y (or M) to the virtio block
	  and net drivers which lguest needs.
back to top