diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-11 09:58:50 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-11 09:58:50 -0500 |
commit | 0de0c2db2c4af51d10f9f59bf9505366e88d4fcc (patch) | |
tree | fe3eecb95ab59afd1fb271ab5cf69be9a9d13af1 /kernel-i686-debug-fedora.config | |
parent | 1cac231319309a8322c7f29d89644752aba75a62 (diff) | |
download | kernel-0de0c2db2c4af51d10f9f59bf9505366e88d4fcc.tar.gz kernel-0de0c2db2c4af51d10f9f59bf9505366e88d4fcc.tar.xz kernel-0de0c2db2c4af51d10f9f59bf9505366e88d4fcc.zip |
kernel-5.13.0-0.rc1.20210511git1140ab592e2e.14
* Tue May 11 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.0-0.rc1.20210511git1140ab592e2e.14]
- Force DWARF4 because crash does not support DWARF5 yet (Justin M. Forbes)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-i686-debug-fedora.config')
-rw-r--r-- | kernel-i686-debug-fedora.config | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel-i686-debug-fedora.config b/kernel-i686-debug-fedora.config index 38766f023..cab873744 100644 --- a/kernel-i686-debug-fedora.config +++ b/kernel-i686-debug-fedora.config @@ -246,7 +246,6 @@ CONFIG_APM_CPU_IDLE=y # CONFIG_APM_DO_ENABLE is not set # CONFIG_APM_IGNORE_USER_SUSPEND is not set CONFIG_APM=y -# CONFIG_APPLE_AIC is not set CONFIG_APPLE_GMUX=m CONFIG_APPLE_MFI_FASTCHARGE=m CONFIG_APPLE_PROPERTIES=y @@ -1192,9 +1191,9 @@ CONFIG_DEBUG_HIGHMEM=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set CONFIG_DEBUG_INFO_BTF=y # CONFIG_DEBUG_INFO_COMPRESSED is not set -# CONFIG_DEBUG_INFO_DWARF4 is not set +CONFIG_DEBUG_INFO_DWARF4=y # CONFIG_DEBUG_INFO_DWARF5 is not set -CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO=y @@ -4887,7 +4886,7 @@ CONFIG_PTDUMP_DEBUGFS=y CONFIG_PTP_1588_CLOCK_IDT82P33=m CONFIG_PTP_1588_CLOCK_IDTCM=m # CONFIG_PTP_1588_CLOCK_INES is not set -CONFIG_PTP_1588_CLOCK_KVM=y +CONFIG_PTP_1588_CLOCK_KVM=m # CONFIG_PTP_1588_CLOCK_OCP is not set CONFIG_PTP_1588_CLOCK_PCH=m CONFIG_PTP_1588_CLOCK_VMW=m |