Re: [PATCH] ARM: configs: Update axm55xx FS-Cache options
From: Arnd Bergmann
Date: Sat Sep 05 2026 - 04:33:35 EST
On Sat, Sep 5, 2026, at 07:22, Karl Mehltretter wrote:
> CONFIG_FSCACHE_HISTOGRAM, CONFIG_CACHEFILES_HISTOGRAM and
> CONFIG_FSCACHE_OBJECT_LIST were removed in v5.15, and
> CONFIG_FSCACHE_DEBUG was renamed to CONFIG_NETFS_DEBUG in v6.11, so
> none of these lines has any effect any more.
>
> Drop the removed options and select NETFS_DEBUG in place of
> FSCACHE_DEBUG, keeping the debugging support this defconfig has always
> asked for rather than silently losing it.
>
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
> ---
> arch/arm/configs/axm55xx_defconfig | 5 +----
I'm going to post a patch to remove all of axm55xx soon, so
I think we can skip this one, otherwise it obviously looks
correct.
Arnd