kernel: config CONFIG_PCI_MSI_IRQ_DOMAIN

For certain kernel version CONFIG_PCI_MSI_IRQ_DOMAIN is only supported
on x86 and arm64.
See https://github.com/torvalds/linux/blob/
219d54332a09e8d8741c1e1982f5eae56099de85/drivers/pci/Kconfig#L55

Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Alice Frosi 2020-05-12 09:23:58 +02:00 committed by Jakob-Naucke
parent efe51b291c
commit 7c85decc82
No known key found for this signature in database
GPG Key ID: C3E19E8F8D0BA5E7
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# It brings PCI support to mach-virt based upon an idealised host controller. # It brings PCI support to mach-virt based upon an idealised host controller.
CONFIG_PCI_HOST_COMMON=y CONFIG_PCI_HOST_COMMON=y
CONFIG_PCI_HOST_GENERIC=y CONFIG_PCI_HOST_GENERIC=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y

View File

@ -4,7 +4,6 @@
# PCI support to get VIRTIO_PCI support # PCI support to get VIRTIO_PCI support
CONFIG_PCI=y CONFIG_PCI=y
CONFIG_PCI_MSI=y CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
# To get to the VIRTIO_PCI, we need the VIRTIO_MENU enabled # To get to the VIRTIO_PCI, we need the VIRTIO_MENU enabled
CONFIG_VIRTIO_MENU=y CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO_PCI=y

View File

@ -0,0 +1 @@
CONFIG_PCI_MSI_IRQ_DOMAIN=y