Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965886Ab2B1RVn (ORCPT ); Tue, 28 Feb 2012 12:21:43 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:53787 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965870Ab2B1RVj (ORCPT ); Tue, 28 Feb 2012 12:21:39 -0500 Authentication-Results: mr.google.com; spf=pass (google.com: domain of ohad@wizery.com designates 10.180.92.229 as permitted sender) smtp.mail=ohad@wizery.com MIME-Version: 1.0 From: Ohad Ben-Cohen To: Cc: , , Ohad Ben-Cohen , Grant Likely , Arnd Bergmann , Mark Grosen , Suman Anna , Fernando Guzman Lugo , Rob Clark , Ludovic BARRE , Loic PALLARDY , Omar Ramirez Luna , Russell King Subject: [PATCH 2/5] remoteproc/omap: two Kconfig fixes Date: Tue, 28 Feb 2012 19:21:09 +0200 Message-Id: <1330449672-18191-4-git-send-email-ohad@wizery.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1330449672-18191-1-git-send-email-ohad@wizery.com> References: <1330449672-18191-1-git-send-email-ohad@wizery.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1582 Lines: 46 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 Signed-off-by: Ohad Ben-Cohen Cc: Grant Likely Cc: Arnd Bergmann Cc: Mark Grosen Cc: Suman Anna Cc: Fernando Guzman Lugo Cc: Rob Clark Cc: Ludovic BARRE Cc: Loic PALLARDY Cc: Omar Ramirez Luna Cc: Russell King --- drivers/remoteproc/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 25fc4cc..24d880e 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -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. -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/