diff options
author | Scott Wood <oss@buserror.net> | 2018-12-21 22:07:54 -0600 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2018-12-21 22:07:54 -0600 |
commit | 5f470b3638a4ed03df79b993ece819cac2f4ca7e (patch) | |
tree | a3de3f2b6e481f75b20e963c97303f12b32bda16 /arch/powerpc/configs | |
parent | ccdde478e8445adaa85f30e555de9fab564d742a (diff) |
powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL
This is required for CONFIG_DEBUG_INFO to work.
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/fsl-emb-nonhw.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/fsl-emb-nonhw.config b/arch/powerpc/configs/fsl-emb-nonhw.config index e0567dc41968..d592ba27b122 100644 --- a/arch/powerpc/configs/fsl-emb-nonhw.config +++ b/arch/powerpc/configs/fsl-emb-nonhw.config @@ -25,6 +25,7 @@ CONFIG_CRYPTO_SHA256=y CONFIG_CRYPTO_SHA512=y CONFIG_DEBUG_FS=y CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_SHIRQ=y CONFIG_DETECT_HUNG_TASK=y CONFIG_DEVTMPFS_MOUNT=y |