From a0ff4aa6f010801b2a61c203c6e09d01b110fddf Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Thu, 17 Aug 2017 09:15:26 +0200 Subject: remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driver Provide a basic driver to control Cortex M4 co-processor found on NXP i.MX7D and i.MX6SX. Currently it is able to resolve addresses between M4 and main CPU, start and stop the co-processor. Other functionality is not provided or test. This driver was tested on NXP i.MX7D and expected to work on i.MX6SX as well. Signed-off-by: Oleksij Rempel Signed-off-by: Bjorn Andersson --- drivers/remoteproc/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/remoteproc/Kconfig') diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 8891a8e50f12..79f903af6504 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -12,6 +12,15 @@ config REMOTEPROC if REMOTEPROC +config IMX_REMOTEPROC + tristate "IMX6/7 remoteproc support" + depends on SOC_IMX6SX || SOC_IMX7D + help + Say y here to support iMX's remote processors (Cortex M4 + on iMX7D) via the remote processor framework. + + It's safe to say N here. + config OMAP_REMOTEPROC tristate "OMAP remoteproc support" depends on HAS_DMA -- cgit v1.2.3