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-x86_64-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-x86_64-rhel.config')
-rw-r--r-- | kernel-x86_64-rhel.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 1263383ad..ae1ed042f 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -1015,6 +1015,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 @@ -3814,7 +3815,7 @@ CONFIG_NTB_INTEL=m CONFIG_NTB=m CONFIG_NTB_MSI_TEST=m CONFIG_NTB_MSI=y -# CONFIG_NTB_NETDEV is not set +CONFIG_NTB_NETDEV=m CONFIG_NTB_PERF=m CONFIG_NTB_PINGPONG=m # CONFIG_NTB_SWITCHTEC is not set |