diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-06-11 08:51:57 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-06-29 08:58:49 +0200 |
commit | 92f89ec1b534b6eca2b81bae97d30a786932f51a (patch) | |
tree | a7dcd8ac2a0dfb3f1355f867fb9e0e7e851c8bb5 /arch/powerpc/configs/fsl-emb-nonhw.config | |
parent | powerpc/irq: Simplify __do_irq() (diff) | |
download | linux-92f89ec1b534b6eca2b81bae97d30a786932f51a.tar.xz linux-92f89ec1b534b6eca2b81bae97d30a786932f51a.zip |
powerpc: Restore CONFIG_DEBUG_INFO in defconfigs
Commit f9b3cd245784 ("Kconfig.debug: make DEBUG_INFO selectable from a
choice") broke the selection of CONFIG_DEBUG_INFO by powerpc defconfigs.
It is now necessary to select one of the three DEBUG_INFO_DWARF*
options to get DEBUG_INFO enabled.
Replace DEBUG_INFO=y by DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y in all
defconfigs using the following command:
sed -i s/DEBUG_INFO=y/DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y/g `git grep -l DEBUG_INFO arch/powerpc/configs/`
Fixes: f9b3cd245784 ("Kconfig.debug: make DEBUG_INFO selectable from a choice")
Cc: stable@vger.kernel.org
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/98a4c2603bf9e4b776e219f5b8541d23aa24e854.1654930308.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/configs/fsl-emb-nonhw.config')
-rw-r--r-- | arch/powerpc/configs/fsl-emb-nonhw.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/fsl-emb-nonhw.config b/arch/powerpc/configs/fsl-emb-nonhw.config index df37efed0aec..f14c6dbd7346 100644 --- a/arch/powerpc/configs/fsl-emb-nonhw.config +++ b/arch/powerpc/configs/fsl-emb-nonhw.config @@ -24,7 +24,7 @@ CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_SHA256=y CONFIG_CRYPTO_SHA512=y CONFIG_DEBUG_FS=y -CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_SHIRQ=y CONFIG_DETECT_HUNG_TASK=y |