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: 514b2262ad
("firmware: arm_scmi: Fix i.MX build dependency")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
0d7f664378
commit
be6686b823
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ config IMX_SCU
|
||||||
|
|
||||||
config IMX_SCMI_MISC_DRV
|
config IMX_SCMI_MISC_DRV
|
||||||
tristate "IMX SCMI MISC Protocol driver"
|
tristate "IMX SCMI MISC Protocol driver"
|
||||||
|
depends on ARCH_MXC || COMPILE_TEST
|
||||||
default y if ARCH_MXC
|
default y if ARCH_MXC
|
||||||
help
|
help
|
||||||
The System Controller Management Interface firmware (SCMI FW) is
|
The System Controller Management Interface firmware (SCMI FW) is
|
||||||
|
|
Loading…
Add table
Reference in a new issue