Re: [PATCH v2] mtd: maps: remove dead select of MTD_CFI_BE_BYTE_SWAP
From: Arnd Bergmann
Date: Thu Jul 23 2026 - 02:37:57 EST
On Thu, Jul 23, 2026, at 00:06, Julian Braha wrote:
> 'select' does not work on config options in a 'choice', so currently it is
> possible to enable MTD_PHYSMAP_IXP4XX without MTD_CFI_BE_BYTE_SWAP.
>
> From a previous conversation, it was decided to remove the select
> entirely:
> https://lore.kernel.org/all/c6268184-4904-49d9-b14f-0e11dce8bdad@xxxxxxxxxxxxxxxx/
>
> This dead select was found by kconfirm, a static analysis tool for Kconfig.
>
> Signed-off-by: Julian Braha <julianbraha@xxxxxxxxx>
> ---
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>