Skip to content

Commit f53a636

Browse files
niklas88hcahca
authored andcommitted
s390/configs: enable CONFIG_PCI_IOV
All major distributions ship with CONFIG_PCI_IOV=y so let us enable it for our defconfigs as well. Note also that since commit e5794cf ("s390/pci: create links between PFs and VFs") we enabled proper linking between PFs and their associated VFs so with this commit and its fixes applied we can fully support handling SR-IOV enabled PFs. Signed-off-by: Niklas Schnelle <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent 0d9cf5d commit f53a636

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/s390/configs/debug_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ CONFIG_CGROUP_NET_PRIO=y
387387
CONFIG_BPF_JIT=y
388388
CONFIG_NET_PKTGEN=m
389389
CONFIG_PCI=y
390+
CONFIG_PCI_IOV=y
390391
# CONFIG_PCIEASPM is not set
391392
CONFIG_PCI_DEBUG=y
392393
CONFIG_HOTPLUG_PCI=y

arch/s390/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ CONFIG_CGROUP_NET_PRIO=y
377377
CONFIG_BPF_JIT=y
378378
CONFIG_NET_PKTGEN=m
379379
CONFIG_PCI=y
380+
CONFIG_PCI_IOV=y
380381
# CONFIG_PCIEASPM is not set
381382
CONFIG_HOTPLUG_PCI=y
382383
CONFIG_HOTPLUG_PCI_S390=y

0 commit comments

Comments
 (0)