Re: [PATCH v3] init: Do not select DEBUG_KERNEL by default

From: Sinan Kaya
Date: Thu Apr 11 2019 - 01:43:04 EST


On 4/11/2019 1:31 AM, Masahiro Yamada wrote:
t looks like CONFIG_KALLSYMS_ALL is the only feature that
requires CONFIG_DEBUG_KERNEL.
Which part of KALLSYMS_ALL code requires CONFIG_DEBUG_KERNEL?


I was going by what Kconfig tells me

Symbol: KALLSYMS_ALL [=n]
Depends on: DEBUG_KERNEL [=n] && KALLSYMS [=y]