diff options
author | Fabien Dessenne <fabien.dessenne@st.com> | 2019-05-31 15:11:34 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-22 09:21:28 +0200 |
commit | 6bed04fbd426eb7d0614900095b92830772c80eb (patch) | |
tree | caebbe0d316b0cc32846d4ce3b3b2eb3275140ec /drivers/remoteproc/Makefile | |
parent | 7a7c4cb0f0440ce7384e233583b32c75ef534ddc (diff) | |
download | u-boot-6bed04fbd426eb7d0614900095b92830772c80eb.tar.gz u-boot-6bed04fbd426eb7d0614900095b92830772c80eb.tar.xz u-boot-6bed04fbd426eb7d0614900095b92830772c80eb.zip |
remoteproc: Introduce STM32 Cortex-M4 remoteproc driver
This patch introduces support of Cortex-M4 remote processor for STM32
MCU and MPU families.
Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
Diffstat (limited to 'drivers/remoteproc/Makefile')
-rw-r--r-- | drivers/remoteproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Makefile b/drivers/remoteproc/Makefile index 7517947b6d..b9a06acdef 100644 --- a/drivers/remoteproc/Makefile +++ b/drivers/remoteproc/Makefile @@ -10,4 +10,5 @@ obj-$(CONFIG_$(SPL_)REMOTEPROC) += rproc-uclass.o rproc-elf-loader.o obj-$(CONFIG_K3_SYSTEM_CONTROLLER) += k3_system_controller.o obj-$(CONFIG_REMOTEPROC_K3) += k3_rproc.o obj-$(CONFIG_REMOTEPROC_SANDBOX) += sandbox_testproc.o +obj-$(CONFIG_REMOTEPROC_STM32_COPRO) += stm32_copro.o obj-$(CONFIG_REMOTEPROC_TI_POWER) += ti_power_proc.o |