remoteproc: imx: Broaden the Kconfig selection logic
authorFabio Estevam <festevam@gmail.com>
Mon, 3 Jun 2019 23:46:27 +0000 (20:46 -0300)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 4 Jun 2019 04:58:45 +0000 (21:58 -0700)
commit0aa25820aa2f5a7b9978696f801c092a8f40ad23
tree6f43e7d630555ff1be3a7221b7182dbe155bc79c
parent51b073a0a7e6561459da4ac985c85d3f4f08392e
remoteproc: imx: Broaden the Kconfig selection logic

Besides i.MX6SX and i.MX7D, there are other i.MX devices that contain
Cortex M4 and could make use of the imx remoteproc driver, such as
i.MX7ULP, i.MX8M, etc.

Instead of adding new SoC entries in the Kconfig logic, make it
broader by using the more generic ARCH_MXC, which encompasses
all the 32-bit and 64-bit i.MX devices.

Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/Kconfig