[ppc64*] Enable SPAPR_TCE_IOMMU, VFIO and VFIO_PCI (Closes: #826367).

This commit is contained in:
Aurelien Jarno 2016-06-13 22:51:06 +02:00
parent 8bef69e784
commit 70251fbb57
2 changed files with 18 additions and 0 deletions

3
debian/changelog vendored
View File

@ -30,6 +30,9 @@ linux (4.7~rc2-1~exp1) UNRELEASED; urgency=medium
* [arm64] Enable more QCOM options (QCOM_SMP2P, QCOM_SMSM, QCOM_WCNSS_CTRL,
PHY_QCOM_UFS, QCOM_QFPROM).
[ Aurelien Jarno ]
* [ppc64*] Enable SPAPR_TCE_IOMMU, VFIO and VFIO_PCI (Closes: #826367).
-- Ben Hutchings <ben@decadent.org.uk> Tue, 07 Jun 2016 19:37:55 +0100
linux (4.6.1-1) unstable; urgency=medium

View File

@ -73,6 +73,11 @@ CONFIG_CRYPTO_DEV_VMX_ENCRYPT=m
##
CONFIG_DRM_AST=m
##
## file: drivers/iommu/Kconfig
##
CONFIG_SPAPR_TCE_IOMMU=y
##
## file: drivers/misc/genwqe/Kconfig
##
@ -135,6 +140,16 @@ CONFIG_HVCS=m
##
# CONFIG_FB_IMSTT is not set
##
## file: drivers/vfio/Kconfig
##
CONFIG_VFIO=m
##
## file: drivers/vfio/pci/Kconfig
##
CONFIG_VFIO_PCI=m
##
## file: drivers/watchdog/Kconfig
##