* [PATCH v1] pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency
@ 2023-08-23 13:37 David Thompson
2023-09-12 18:10 ` Sebastian Reichel
0 siblings, 1 reply; 2+ messages in thread
From: David Thompson @ 2023-08-23 13:37 UTC (permalink / raw)
To: sre; +Cc: linux-pm, linux-kernel, asmaa, David Thompson
The BlueField power handling driver (pwr-mlxbf.c) provides
functionality for both BlueField-2 and BlueField-3 based
platforms. This driver also depends on the SoC-specific
BlueField GPIO driver, whether gpio-mlxbf2 or gpio-mlxbf3.
This patch extends the Kconfig definition to include the
dependency on the gpio-mlxbf3 driver, if applicable.
Signed-off-by: David Thompson <davthompson@nvidia.com>
Reviewed-by: Asmaa Mnebhi <asmaa@nvidia.com>
---
drivers/power/reset/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index fff07b2bd77b..62f592e61733 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -307,7 +307,7 @@ config NVMEM_REBOOT_MODE
config POWER_MLXBF
tristate "Mellanox BlueField power handling driver"
- depends on (GPIO_MLXBF2 && ACPI)
+ depends on (GPIO_MLXBF2 || GPIO_MLXBF3) && ACPI
help
This driver supports reset or low power mode handling for Mellanox BlueField.
--
2.30.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1] pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency
2023-08-23 13:37 [PATCH v1] pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency David Thompson
@ 2023-09-12 18:10 ` Sebastian Reichel
0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2023-09-12 18:10 UTC (permalink / raw)
To: sre, David Thompson; +Cc: linux-pm, linux-kernel, asmaa
On Wed, 23 Aug 2023 09:37:43 -0400, David Thompson wrote:
> The BlueField power handling driver (pwr-mlxbf.c) provides
> functionality for both BlueField-2 and BlueField-3 based
> platforms. This driver also depends on the SoC-specific
> BlueField GPIO driver, whether gpio-mlxbf2 or gpio-mlxbf3.
> This patch extends the Kconfig definition to include the
> dependency on the gpio-mlxbf3 driver, if applicable.
>
> [...]
Applied, thanks!
[1/1] pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency
commit: 82f07f1acf417b81e793145c167dd5e156024de4
Best regards,
--
Sebastian Reichel <sebastian.reichel@collabora.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-12 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 13:37 [PATCH v1] pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency David Thompson
2023-09-12 18:10 ` Sebastian Reichel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).