[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230905230352.nizvkaurtwqjdoxe@zenone.zhora.eu>
Date: Wed, 6 Sep 2023 01:03:52 +0200
From: Andi Shyti <andi.shyti@...nel.org>
To: Geert Uytterhoeven <geert+renesas@...der.be>
Cc: Hans de Goede <hdegoede@...hat.com>,
Mark Gross <markgross@...nel.org>,
Vadim Pasternak <vadimp@...dia.com>,
Michael Shych <michaelsh@...dia.com>,
Wolfram Sang <wsa@...nel.org>, linux-i2c@...r.kernel.org,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] platform/mellanox: NVSW_SN2201 should depend on ACPI
Hi Geert,
On Mon, Sep 04, 2023 at 02:00:35PM +0200, Geert Uytterhoeven wrote:
> The only probing method supported by the Nvidia SN2201 platform driver
> is probing through an ACPI match table. Hence add a dependency on
> ACPI, to prevent asking the user about this driver when configuring a
> kernel without ACPI support.
>
> Fixes: 662f24826f954d49 ("platform/mellanox: Add support for new SN2201 system")
I don't think the Fixes tag is needed here...
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
> drivers/platform/mellanox/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/platform/mellanox/Kconfig b/drivers/platform/mellanox/Kconfig
> index 382793e73a60a8b3..30b50920b278c94b 100644
> --- a/drivers/platform/mellanox/Kconfig
> +++ b/drivers/platform/mellanox/Kconfig
> @@ -80,8 +80,8 @@ config MLXBF_PMC
>
> config NVSW_SN2201
> tristate "Nvidia SN2201 platform driver support"
> - depends on HWMON
> - depends on I2C
> + depends on HWMON && I2C
> + depends on ACPI || COMPILE_TEST
Acked-by: Andi Shyti <andi.shyti@...nel.org>
Andi
> select REGMAP_I2C
> help
> This driver provides support for the Nvidia SN2201 platform.
> --
> 2.34.1
>
Powered by blists - more mailing lists