remoteproc/omap: two Kconfig fixes
authorOhad Ben-Cohen <ohad@wizery.com>
Tue, 28 Feb 2012 11:04:33 +0000 (13:04 +0200)
committerOhad Ben-Cohen <ohad@wizery.com>
Tue, 28 Feb 2012 17:09:16 +0000 (19:09 +0200)
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>
drivers/remoteproc/Kconfig

index 25fc4ccbc2ea733570fd0323666c176030d61b90..24d880e78ec6704e8b84e6d0f6547602f1f639bb 100644 (file)
@@ -8,11 +8,10 @@ config REMOTEPROC
 config OMAP_REMOTEPROC
        tristate "OMAP remoteproc support"
        depends on ARCH_OMAP4
-       select OMAP_IOMMU
+       depends on OMAP_IOMMU
        select REMOTEPROC
        select OMAP_MBOX_FWK
        select RPMSG
-       default m
        help
          Say y here to support OMAP's remote processors (dual M3
          and DSP on OMAP4) via the remote processor framework.