Re: [PATCH] crash: Default to CRASH_DUMP=n when support for it is unlikely
Dave Vasilevsky <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.ports.ppc64.devel,gmane.linux.kernel.kexec,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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