Re: [PATCH 14/15] arm64: defconfig: cleanup the defconfig

From: Arnd Bergmann

Date: Mon May 18 2026 - 11:33:57 EST


On Mon, May 18, 2026, at 16:31, Dario Binacchi wrote:
> Cleanup defconfig by doing:
>
> make defconfig
> make savedefconfig
> cp defconfig arch/arm64/configs/defconfig
>
> No functional change. The goal here is to cleanup defconfig file to make
> easier and cleaner the addition of new entries.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx>

I've already merged Krzysztof's cleanups for 7.2, which do this better
by explaining the actual changes, and splitting the changes that
just move around lines from those that rename or remove options.

Please see the soc/defconfig branch of the soc tree and check if
you need additional changes (with proper descriptions).

Arnd