Răsfoiți Sursa

ti_config_fragments: rpmsg: Enable OMAP remoteproc support

Add support to build the OMAP remoteproc driver and the dependent
OMAP IOMMU driver. The other dependent OMAP Mailbox driver is
automatically selected by the OMAP remoteproc driver and is also
already enabled in the current config fragment. This driver is
required for remote processor messaging with the IPU and DSP
remoteprocs on various OMAP4+ SoCs.

OMAP Mailbox and OMAP IOMMU are chosen to be built-in, while the
OMAP remoteproc driver is chosen to be built as a module. The IOMMU
debugfs configuration option is also also enabled by default.

Signed-off-by: Suman Anna <s-anna@ti.com>
Suman Anna 7 ani în urmă
părinte
comite
4d3b9f5673
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      ti_config_fragments/ipc.cfg

+ 6 - 0
ti_config_fragments/ipc.cfg

@@ -9,8 +9,14 @@ CONFIG_HWSPINLOCK_OMAP=y
 CONFIG_MAILBOX=y
 CONFIG_OMAP2PLUS_MBOX=y
 
+# IOMMU
+CONFIG_IOMMU_SUPPORT=y
+CONFIG_OMAP_IOMMU=y
+CONFIG_OMAP_IOMMU_DEBUG=y
+
 # Remoteproc
 CONFIG_REMOTEPROC=m
+CONFIG_OMAP_REMOTEPROC=m
 CONFIG_KEYSTONE_REMOTEPROC=m
 
 # RPMsg