-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm…
…/linux/kernel/git/tip/tip Pull x86 platform updates from Ingo Molnar: "Two changes: - A Kconfig dependency fix/cleanup - Introduce the 'make kvmconfig' KVM configuration helper utility that turns the current .config into a KVM-bootable config. Useful for debugging specific native kernel configs that have no KVM config options enabled on VM setups." * 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/platform: Make X86_GOLDFISH depend on X86_EXTENDED_PLATFORM x86/platform: Add kvmconfig to the phony targets x86, platform, kvm, kconfig: Turn existing .config's into KVM-capable configs
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
CONFIG_NET=y | ||
CONFIG_NET_CORE=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_BLOCK=y | ||
CONFIG_BLK_DEV=y | ||
CONFIG_NETWORK_FILESYSTEMS=y | ||
CONFIG_INET=y | ||
CONFIG_TTY=y | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_IP_PNP=y | ||
CONFIG_IP_PNP_DHCP=y | ||
CONFIG_BINFMT_ELF=y | ||
CONFIG_PCI=y | ||
CONFIG_PCI_MSI=y | ||
CONFIG_DEBUG_KERNEL=y | ||
CONFIG_VIRTUALIZATION=y | ||
CONFIG_HYPERVISOR_GUEST=y | ||
CONFIG_PARAVIRT=y | ||
CONFIG_KVM_GUEST=y | ||
CONFIG_VIRTIO=y | ||
CONFIG_VIRTIO_PCI=y | ||
CONFIG_VIRTIO_BLK=y | ||
CONFIG_VIRTIO_CONSOLE=y | ||
CONFIG_VIRTIO_NET=y | ||
CONFIG_9P_FS=y | ||
CONFIG_NET_9P=y | ||
CONFIG_NET_9P_VIRTIO=y |