irqchip: IMX_MU_MSI should depend on ARCH_MXC
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Oct 2022 16:22:30 +0000 (18:22 +0200)
committerMarc Zyngier <maz@kernel.org>
Wed, 12 Oct 2022 07:43:59 +0000 (08:43 +0100)
commit6c9f7434159b96231f5b27ab938f4766e3586b48
treee75a60a1691a6d79745ab2f7643ece9a01449bc7
parente4a7e67a08ac409f1485c82a2190636d5c81b932
irqchip: IMX_MU_MSI should depend on ARCH_MXC

The Freescale/NXP i.MX Messaging Unit is only present on Freescale/NXP
i.MX SoCs.  Hence add a dependency on ARCH_MXC, to prevent asking the
user about this driver when configuring a kernel without Freescale/NXP
i.MX SoC family support.

While at it, expand "MU" to "Messaging Unit" in the help text.

Fixes: 70afdab904d2d1e6 ("irqchip: Add IMX MU MSI controller driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/7f3bd932614ddbff46a1b750ef45b231130364ad.1664900434.git.geert+renesas@glider.be
drivers/irqchip/Kconfig