Re: [PATCH] crash: Default to CRASH_DUMP=n when support for it is unlikely

From: Dave Vasilevsky
Date: Thu Aug 29 2024 - 23:37:49 EST


On 2024-08-29 23:15, Baoquan He wrote:
>> +config ARCH_DEFAULT_CRASH_DUMP
>> + def_bool n
>
> If we don't add ARCH_DEFAULT_CRASH_DUMP at all in sh arch, the
> CRASH_DUMP will be off by default according to the below new definition
> of CRASH_DUMP?

Yes, that's true. But if we don't add it at all in sh arch, it looks confusing
in the search feature of menuconfig:

> Symbol: ARCH_DEFAULT_CRASH_DUMP [=ARCH_DEFAULT_CRASH_DUMP]
> Type : unknown

So I thought it was better to explicitly set it to 'n'. What do you think?

-Dave