[SRU][J:linux-bluefield][PATCH v1 1/1] UBUNTU: SAUCE: mlxbf-livefish: add ACPI dependency to Kconfig
David Thompson
davthompson at nvidia.com
Tue Aug 27 15:29:25 UTC 2024
BugLink: https://bugs.launchpad.net/bugs/2077976
The mlxbf-livefish driver requires ACPI to be part of kernel
configuration in order to compile successfully. The Kconfig
for Mellanox platform drivers should include CONFIG_ACPI for
the mlxbf_livefish driver.
Signed-off-by: David Thompson <davthompson at nvidia.com>
Reviewed-by: Shravan Kumar Ramani <shravankr at nvidia.com>
---
drivers/platform/mellanox/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/mellanox/Kconfig b/drivers/platform/mellanox/Kconfig
index 230d37733c4e..b5b3b4cdfac6 100644
--- a/drivers/platform/mellanox/Kconfig
+++ b/drivers/platform/mellanox/Kconfig
@@ -59,7 +59,7 @@ config MLXBF_BOOTCTL
config MLXBF_LIVEFISH
tristate "Mellanox BlueField livefish firmware update driver"
- depends on ARM64
+ depends on ARM64 && ACPI
help
If you say yes to this option, support will added for the
mlxbf-livefish driver. This driver allows MFT tools to
--
2.30.1
More information about the kernel-team
mailing list