diff options
-rw-r--r-- | drivers/remoteproc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index f8d818abf98c..b4d8de56b52e 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -4,11 +4,13 @@ menu "Remoteproc drivers (EXPERIMENTAL)" | |||
4 | config REMOTEPROC | 4 | config REMOTEPROC |
5 | tristate | 5 | tristate |
6 | depends on EXPERIMENTAL | 6 | depends on EXPERIMENTAL |
7 | depends on HAS_DMA | ||
7 | select FW_CONFIG | 8 | select FW_CONFIG |
8 | 9 | ||
9 | config OMAP_REMOTEPROC | 10 | config OMAP_REMOTEPROC |
10 | tristate "OMAP remoteproc support" | 11 | tristate "OMAP remoteproc support" |
11 | depends on EXPERIMENTAL | 12 | depends on EXPERIMENTAL |
13 | depends on HAS_DMA | ||
12 | depends on ARCH_OMAP4 | 14 | depends on ARCH_OMAP4 |
13 | depends on OMAP_IOMMU | 15 | depends on OMAP_IOMMU |
14 | select REMOTEPROC | 16 | select REMOTEPROC |