diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-11 22:37:26 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 01:11:38 (EDT) |
commit | 8f0bbb6631792ed9bbe0afcc2a817e821662776f (patch) | |
tree | 2a6001750f60f9027fe962c7dd4bdc87c449e3a0 | |
parent | 62920e5cd2d2135bb3db65328bd28dbb509449d3 (diff) |
linux-libre-4.19: Enable debugging symbols/output
-rw-r--r-- | src/build/linux-libre-4.19/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/build/linux-libre-4.19/config b/src/build/linux-libre-4.19/config index 3d85b7e..035fdb5 100644 --- a/src/build/linux-libre-4.19/config +++ b/src/build/linux-libre-4.19/config @@ -145,7 +145,9 @@ CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_ADVISE_SYSCALLS=y # CONFIG_MEMBARRIER is not set -# CONFIG_KALLSYMS is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_ALL is not set +CONFIG_KALLSYMS_BASE_RELATIVE=y # CONFIG_BPF_SYSCALL is not set # CONFIG_USERFAULTFD is not set CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y @@ -2861,7 +2863,7 @@ CONFIG_LOCK_DEBUGGING_SUPPORT=y # CONFIG_STACKTRACE is not set # CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set # CONFIG_DEBUG_KOBJECT is not set -# CONFIG_DEBUG_BUGVERBOSE is not set +CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_LIST=y # CONFIG_DEBUG_PI_LIST is not set CONFIG_DEBUG_SG=y |