Browse Source

remoteproc/omap: support OMAP5 too

This allows building remoteproc on OMAP5 too.

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
[edit commit log]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Vincent Stehlé 12 years ago
parent
commit
e5bc0294ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/remoteproc/Kconfig

+ 1 - 1
drivers/remoteproc/Kconfig

@@ -11,7 +11,7 @@ config REMOTEPROC
 config OMAP_REMOTEPROC
 	tristate "OMAP remoteproc support"
 	depends on HAS_DMA
-	depends on ARCH_OMAP4
+	depends on ARCH_OMAP4 || SOC_OMAP5
 	depends on OMAP_IOMMU
 	depends on OMAP_MBOX_FWK
 	select REMOTEPROC