[armhf] Enable virtualization in armmp and armmp-lpae flavours

Enables VIRTIO and Xen for both flavours and KVM for LPAE only, since KVM requires LPAE.

svn path=/dists/sid/linux/; revision=20728
This commit is contained in:
Ian Campbell 2013-10-19 13:32:45 +00:00
parent 87d78887ab
commit 2ceff05667
3 changed files with 21 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
linux (3.11.5-2) UNRELEASED; urgency=low
[ Ian Campbell ]
* [armhf] Enable Xen and virtio for armmp and armmp-lpae as well as KVM for
armmp-lpae only.
-- Ian Campbell <ijc@hellion.org.uk> Sat, 19 Oct 2013 10:34:53 +0100
linux (3.11.5-1) unstable; urgency=low
* New upstream stable update:

View File

@ -19,6 +19,8 @@ CONFIG_NEON=y
CONFIG_PCI=y
CONFIG_XEN=y
##
## file: arch/arm/Kconfig.debug
##
@ -679,6 +681,11 @@ CONFIG_OMAP2_DSS_SDI=y
##
CONFIG_FB_OMAP2=m
##
## file: drivers/virtio/Kconfig
##
CONFIG_VIRTIO_MMIO=m
##
## file: drivers/watchdog/Kconfig
##

View File

@ -8,6 +8,12 @@ CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8
##
CONFIG_ARM_LPAE=y
##
## file: arch/arm/kvm/Kconfig
##
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
##
## file: drivers/iommu/Kconfig
##