diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-02-20 03:09:55 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-05-18 13:32:06 +0300 |
commit | 44bcad24b6f330aae73994e881e25df0fd7a490d (patch) | |
tree | a99e3c2726d57d9d7c93e4e7e3fc0fe89ee884f9 /target/linux/generic/config-5.10 | |
parent | 2d2fd2ad80bafbd4b0c12fd466ed90a57abb7f61 (diff) | |
download | upstream-44bcad24b6f330aae73994e881e25df0fd7a490d.tar.gz upstream-44bcad24b6f330aae73994e881e25df0fd7a490d.tar.bz2 upstream-44bcad24b6f330aae73994e881e25df0fd7a490d.zip |
kernel: add DEBUG_INFO_REDUCED config option
Add DEBUG_INFO_REDUCED as a kernel config option and remove it from the
kernel configs. This is in preparation of the upcoming option to enable
BTF typeinfo, which is incompatible with DEBUG_INFO_REDUCED.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic/config-5.10')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index a400b63e17..c969c8e422 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -1276,7 +1276,6 @@ CONFIG_DEBUG_FS_ALLOW_ALL=y # CONFIG_DEBUG_INFO_BTF is not set # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_DWARF4 is not set -CONFIG_DEBUG_INFO_REDUCED=y # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_KMEMLEAK is not set |