aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2012-02-28 06:04:33 -0500
committerOhad Ben-Cohen <ohad@wizery.com>2012-02-28 12:09:16 -0500
commit9cd8eb433cbd440b25d4080b5add998da21fdb9c (patch)
treea6be661ce47ac865814e36a07a5cb95709c6b366 /drivers/remoteproc/Kconfig
parent40b78b2cc75315a76ab1863be744d8580030f924 (diff)
remoteproc/omap: two Kconfig fixes
1. Depend on OMAP_IOMMU instead of selecting it, to fix an unmet direct dependency of it (and its imminent build error) 2. Set default to 'no' (achieved implicitly by dropping the 'default' line) Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com> Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Mark Grosen <mgrosen@ti.com> Cc: Suman Anna <s-anna@ti.com> Cc: Fernando Guzman Lugo <fernando.lugo@ti.com> Cc: Rob Clark <rob@ti.com> Cc: Ludovic BARRE <ludovic.barre@stericsson.com> Cc: Loic PALLARDY <loic.pallardy@stericsson.com> Cc: Omar Ramirez Luna <omar.luna@linaro.org> Cc: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r--drivers/remoteproc/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 25fc4ccbc2ea..24d880e78ec6 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -8,11 +8,10 @@ config REMOTEPROC
8config OMAP_REMOTEPROC 8config OMAP_REMOTEPROC
9 tristate "OMAP remoteproc support" 9 tristate "OMAP remoteproc support"
10 depends on ARCH_OMAP4 10 depends on ARCH_OMAP4
11 select OMAP_IOMMU 11 depends on OMAP_IOMMU
12 select REMOTEPROC 12 select REMOTEPROC
13 select OMAP_MBOX_FWK 13 select OMAP_MBOX_FWK
14 select RPMSG 14 select RPMSG
15 default m
16 help 15 help
17 Say y here to support OMAP's remote processors (dual M3 16 Say y here to support OMAP's remote processors (dual M3
18 and DSP on OMAP4) via the remote processor framework. 17 and DSP on OMAP4) via the remote processor framework.