Re: Introduce "make debugconfig"

From: Qian Cai
Date: Thu Oct 28 2021 - 10:14:51 EST




On 10/28/21 10:03 AM, Masahiro Yamada wrote:
>> The idea is to have a debugconfig inside kernel/configs/ and update
>> scripts/kconfig/Makefile
>
> Please do not wire it up to Makefile.

Masahiro, I am afraid I don't follow here. I meant that in order for
"make help" to show things like:

debug.config - Enable Kconfig items for running kernel for general debugging

It needs to modify scripts/kconfig/Makefile or use a arch-specific
Makefile like kvm_guest.config. Do you mean you would prefer the latter?