aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx_3.14.bb
AgeCommit message (Expand)Author
2014-11-26linux-*: Add patch to resolve Zynq UART lockup issueNathan Rossi
2014-11-26linux-xlnx_3.14: Move patches to linux-xlnx/3.14 subdirNathan Rossi
2014-11-04linux-xlnx_3.14: Add patch for USB PHY reset during probeNathan Rossi
2014-10-27linux-xlnx: Rework linux-xlnx recipes to inherit linux-yoctoNathan Rossi
2014-05-21linux-xlnx_3.14: Add 3.14 kernelNathan Rossi
/edgerouter'>v4.8/standard/edgerouter Yocto Linux Embedded kernelGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest/Kconfig
blob: 38718041efc34fbf6d8f120fe90e26b6d37abbaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config LGUEST_GUEST
	bool "Lguest guest support"
	select PARAVIRT
	depends on X86_32
	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.