diff options
| author | Keerthy <[email protected]> | 2022-01-27 13:16:56 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-08 11:00:03 -0500 |
| commit | fc6b41fefb15bb1aa71ca17ee2d463378d0896fc (patch) | |
| tree | c2bffde555db2a1b9358dc602e8de58b61351758 /drivers/remoteproc/Makefile | |
| parent | a03df8984439b54b663739b8335c977c3c88db00 (diff) | |
remoteproc: ipu: Add driver to bring up ipu
The driver enables IPU support. Basically enables the clocks,
timers, watchdog timers and bare minimal MMU and supports
loading the firmware from mmc.
Signed-off-by: Keerthy <[email protected]>
[Amjad: fix compile warnings]
Signed-off-by: Amjad Ouled-Ameur <[email protected]>
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 f0e83451d66..fbe9c172bc0 100644 --- a/drivers/remoteproc/Makefile +++ b/drivers/remoteproc/Makefile @@ -15,3 +15,4 @@ obj-$(CONFIG_REMOTEPROC_TI_K3_DSP) += ti_k3_dsp_rproc.o obj-$(CONFIG_REMOTEPROC_TI_K3_R5F) += ti_k3_r5f_rproc.o obj-$(CONFIG_REMOTEPROC_TI_POWER) += ti_power_proc.o obj-$(CONFIG_REMOTEPROC_TI_PRU) += pru_rproc.o +obj-$(CONFIG_REMOTEPROC_TI_IPU) += ipu_rproc.o |
