[PATCH] firmware: imx: Make IMX SCMI MISC driver only selectable on i.MX
Uwe Kleine-König
u.kleine-koenig at baylibre.com
Tue Feb 4 02:15:30 PST 2025
This hardware component is only available on i.MX9. So don't offer to
enable this driver without i.MX support or compile coverage testing.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig at baylibre.com>
---
drivers/firmware/imx/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/firmware/imx/Kconfig b/drivers/firmware/imx/Kconfig
index 907cd149c40a..dc685b94285a 100644
--- a/drivers/firmware/imx/Kconfig
+++ b/drivers/firmware/imx/Kconfig
@@ -26,6 +26,7 @@ config IMX_SCU
config IMX_SCMI_MISC_DRV
tristate "IMX SCMI MISC Protocol driver"
default y if ARCH_MXC
+ depends on ARCH_MXC || COMPILE_TEST
help
The System Controller Management Interface firmware (SCMI FW) is
a low-level system function which runs on a dedicated Cortex-M
--
2.47.1
More information about the linux-arm-kernel
mailing list