mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-29 17:22:07 +00:00
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: fe125601d1
("reset: imx8mp-audiomix: Add AudioMix Block Control reset driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/6d8116a56186fbf468229e823c7c8dfcd9488959.1719316665.git.geert+renesas@glider.be
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
4f6a43ad2b
commit
eb5d88b153
@ -93,6 +93,7 @@ config RESET_IMX7
|
||||
|
||||
config RESET_IMX8MP_AUDIOMIX
|
||||
tristate "i.MX8MP AudioMix Reset Driver"
|
||||
depends on ARCH_MXC || COMPILE_TEST
|
||||
select AUXILIARY_BUS
|
||||
default CLK_IMX8MP
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user