diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-12-07 12:30:56 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-12-07 12:30:56 -0600 |
commit | f809de26bb3d91f36fbad53af753e6a807c22e33 (patch) | |
tree | 427f68d2416b7e0867bac022ff4bc16e2ac3fe93 /kernel-x86_64-debug-rhel.config | |
parent | 8694b5d083f7b5061fc554d823df8afc2958c0eb (diff) | |
download | kernel-f809de26bb3d91f36fbad53af753e6a807c22e33.tar.gz kernel-f809de26bb3d91f36fbad53af753e6a807c22e33.tar.xz kernel-f809de26bb3d91f36fbad53af753e6a807c22e33.zip |
kernel-5.16-0.rc4.20211207gitcd8c917a56f2.30
* Tue Dec 07 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc4.20211207gitcd8c917a56f2.30]
- redhat/configs: enable CONFIG_AMD_PTDMA for ark (John W. Linville)
- redhat/configs: enable CONFIG_RD_ZSTD for rhel (Tao Liu) [2020132]
- fedora: build TEE as a module for all arches (Peter Robinson)
- common: build TRUSTED_KEYS in everywhere (Peter Robinson)
- redhat: make Patchlist.changelog generation conditional (Herton R. Krzesinski)
Resolves: rhbz#2020132
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-x86_64-debug-rhel.config')
-rw-r--r-- | kernel-x86_64-debug-rhel.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index bdd1aaaf3..53aeafc06 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -190,7 +190,7 @@ CONFIG_AMD_MEM_ENCRYPT=y CONFIG_AMD_NUMA=y CONFIG_AMD_PHY=m CONFIG_AMD_PMC=m -# CONFIG_AMD_PTDMA is not set +CONFIG_AMD_PTDMA=m CONFIG_AMD_SFH_HID=m # CONFIG_AMDTEE is not set # CONFIG_AMD_XGBE_DCB is not set @@ -4343,7 +4343,7 @@ CONFIG_RD_LZO=y CONFIG_RDMA_SIW=m # CONFIG_RDS is not set CONFIG_RD_XZ=y -# CONFIG_RD_ZSTD is not set +CONFIG_RD_ZSTD=y # CONFIG_READABLE_ASM is not set # CONFIG_READ_ONLY_THP_FOR_FS is not set CONFIG_REALTEK_AUTOPM=y |