diff options
author | Vincent Stehlé <v-stehle@ti.com> | 2013-02-18 06:06:52 -0500 |
---|---|---|
committer | Ohad Ben-Cohen <ohad@wizery.com> | 2013-04-07 07:06:18 -0400 |
commit | e5bc0294ca03a684f322a1a37538ebc3c121d86a (patch) | |
tree | 2a06520a87bcca437b64306225d8813ccbff481b | |
parent | c0d631570ad54a8561f5fc7023e96b5316c7fdb9 (diff) |
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>
-rw-r--r-- | drivers/remoteproc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 289e867a77dd..5ad65710c4ff 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -11,7 +11,7 @@ config REMOTEPROC | |||
11 | config OMAP_REMOTEPROC | 11 | config OMAP_REMOTEPROC |
12 | tristate "OMAP remoteproc support" | 12 | tristate "OMAP remoteproc support" |
13 | depends on HAS_DMA | 13 | depends on HAS_DMA |
14 | depends on ARCH_OMAP4 | 14 | depends on ARCH_OMAP4 || SOC_OMAP5 |
15 | depends on OMAP_IOMMU | 15 | depends on OMAP_IOMMU |
16 | depends on OMAP_MBOX_FWK | 16 | depends on OMAP_MBOX_FWK |
17 | select REMOTEPROC | 17 | select REMOTEPROC |