Re: [PATCH 2/2] i2c: I2C_MLXCPLD on ARM64 should depend on ACPI

From: Andi Shyti
Date: Tue Sep 05 2023 - 19:04:56 EST


Hi Geert,

On Mon, Sep 04, 2023 at 02:00:36PM +0200, Geert Uytterhoeven wrote:
> The "i2c_mlxcpld" platform device is only instantiated on X86 systems
> (through drivers/platform/x86/mlx-platform.c), or on ARM64 systems with
> ACPI (through drivers/platform/mellanox/nvsw-sn2201.c). Hence further
> restrict the dependency on ARM64 to ACPI, to prevent asking the user
> about this driver when configuring an ARM64 kernel without ACPI support.
>
> While at it, document in the Kconfig help text that the driver supports
> ARM64/ACPI based systems, too.
>
> Fixes: d7cf993f832ad2a4 ("i2c: mlxcpld: Allow driver to run on ARM64 architecture")

I'd remove the fixes tag here, as well.

> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Acked-by: Andi Shyti <andi.shyti@xxxxxxxxxx>

Andi