Skip to content

Commit be6686b

Browse files
geertuarndb
authored andcommitted
firmware: imx: IMX_SCMI_MISC_DRV should depend on ARCH_MXC
The i.MX System Controller Management Interface firmware is only present on Freescale i.MX SoCs. Hence add a dependency on ARCH_MXC, to prevent asking the user about this driver when configuring a kernel without Freescale i.MX platform support. Fixes: 514b226 ("firmware: arm_scmi: Fix i.MX build dependency") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 0d7f664 commit be6686b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/imx/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ config IMX_SCU
2525

2626
config IMX_SCMI_MISC_DRV
2727
tristate "IMX SCMI MISC Protocol driver"
28+
depends on ARCH_MXC || COMPILE_TEST
2829
default y if ARCH_MXC
2930
help
3031
The System Controller Management Interface firmware (SCMI FW) is

0 commit comments

Comments
 (0)