Commit eb5d88b1 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Philipp Zabel

reset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC

The i.MX8MP AudioMix reset controller is only present on Freescale i.MX8
SoCs.  Hence add a dependency on ARCH_MXC, to prevent asking the user
about this driver when configuring a kernel without i.MX SoC support.

Fixes: fe125601 ("reset: imx8mp-audiomix: Add AudioMix Block Control reset driver")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/6d8116a56186fbf468229e823c7c8dfcd9488959.1719316665.git.geert+renesas@glider.beSigned-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 4f6a43ad
...@@ -93,6 +93,7 @@ config RESET_IMX7 ...@@ -93,6 +93,7 @@ config RESET_IMX7
config RESET_IMX8MP_AUDIOMIX config RESET_IMX8MP_AUDIOMIX
tristate "i.MX8MP AudioMix Reset Driver" tristate "i.MX8MP AudioMix Reset Driver"
depends on ARCH_MXC || COMPILE_TEST
select AUXILIARY_BUS select AUXILIARY_BUS
default CLK_IMX8MP default CLK_IMX8MP
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment