diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-12-11 07:22:05 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-12-11 07:22:05 -0600 |
commit | 59ae253b39b596874a38a7f0ee63a613452e20a6 (patch) | |
tree | 683f6eb7eb93614dd33ac3205949fd5784341ba9 /kernel-s390x-rhel.config | |
parent | f6c4fe59538b8404ceaaa85e659db48c5b0fe7dd (diff) | |
download | kernel-59ae253b39b596874a38a7f0ee63a613452e20a6.tar.gz kernel-59ae253b39b596874a38a7f0ee63a613452e20a6.tar.xz kernel-59ae253b39b596874a38a7f0ee63a613452e20a6.zip |
kernel-5.16-0.rc4.20211210gitc741e49150db.32
* Fri Dec 10 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc4.20211210gitc741e49150db.32]
- redhat/configs: enable CONFIG_NTB_NETDEV for ark (John W. Linville)
- drivers/pci/pci-driver.c: Fix if/ifdef typo (Prarit Bhargava)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-s390x-rhel.config')
-rw-r--r-- | kernel-s390x-rhel.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 3f0a9decc..855439e99 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -959,6 +959,7 @@ CONFIG_DEBUG_FS=y CONFIG_DEBUG_INFO_BTF=y # CONFIG_DEBUG_INFO_COMPRESSED is not set CONFIG_DEBUG_INFO_DWARF4=y +# CONFIG_DEBUG_INFO_DWARF5 is not set # CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_INFO_SPLIT is not set @@ -3622,7 +3623,6 @@ CONFIG_NR_CPUS=512 # CONFIG_NTB_IDT is not set # CONFIG_NTB_INTEL is not set # CONFIG_NTB is not set -# CONFIG_NTB_NETDEV is not set # CONFIG_NTB_PERF is not set # CONFIG_NTB_PINGPONG is not set # CONFIG_NTB_SWITCHTEC is not set @@ -3772,7 +3772,7 @@ CONFIG_PCIE_EDR=y # CONFIG_PCI_FTPCI100 is not set # CONFIG_PCI_HOST_GENERIC is not set CONFIG_PCI_HYPERV=m -# CONFIG_PCI_IOV is not set +CONFIG_PCI_IOV=y # CONFIG_PCI_J721E_HOST is not set # CONFIG_PCI_MESON is not set CONFIG_PCI_MSI=y |