From patchwork Thu Aug 22 21:03:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guenter Roeck X-Patchwork-Id: 2848405 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2C38B9F271 for ; Thu, 22 Aug 2013 21:04:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 387DC202AC for ; Thu, 22 Aug 2013 21:04:16 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 346B220212 for ; Thu, 22 Aug 2013 21:04:15 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VCc33-0004mE-SJ; Thu, 22 Aug 2013 21:04:06 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VCc31-0002YG-F3; Thu, 22 Aug 2013 21:04:03 +0000 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VCc2y-0002X3-By for linux-arm-kernel@lists.infradead.org; Thu, 22 Aug 2013 21:04:01 +0000 Received: by mail-pb0-f50.google.com with SMTP id uo5so2324425pbc.23 for ; Thu, 22 Aug 2013 14:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=n8LePvHiOYOyG5Q3I6RfKt839jgyXEbbA6CRYr70Qqk=; b=IcRoKQqH3VIySNatgg4416bwwjGo8Br3/x3jV9vwrWlPxXspm02iiYW68r+BzmvG0c WdQ4QQZp9hWm9h0JI8+2Oidv6Exw4/PjCUeVHcOkZygr4klqppqwbiLHrkXZOP9sXbw/ QOHoIO6OcJSzbH3ei6CrDDOZIjbCzErezBm2sxhEkSEQXgANqG5kSLcYOxh0Jc8B4t9v qF3wFavnmdfXzN34e1TYkjnarHdkKDMcV0KGO8genczIjnF0/Z7FVQoncp4FhIiU1Fo/ VcyVBA0YSKetqacPOp9iHsXwToNrtv4Zr+kXS77oQ/cbhVrzZJI2ivoLvbhG98YP/Q0T FAdw== X-Received: by 10.67.30.100 with SMTP id kd4mr17537515pad.24.1377205418422; Thu, 22 Aug 2013 14:03:38 -0700 (PDT) Received: from localhost (108-223-40-66.lightspeed.sntcca.sbcglobal.net. [108.223.40.66]) by mx.google.com with ESMTPSA id wp8sm1145399pbc.26.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 22 Aug 2013 14:03:37 -0700 (PDT) From: Guenter Roeck To: Vinod Koul Subject: [PATCH] dma/Kconfig: TI_EDMA needs to be boolean Date: Thu, 22 Aug 2013 14:03:24 -0700 Message-Id: <1377205404-16786-1-git-send-email-linux@roeck-us.net> X-Mailer: git-send-email 1.7.9.7 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130822_170400_769816_9C93F6F8 X-CRM114-Status: GOOD ( 10.71 ) X-Spam-Score: -1.6 (-) Cc: Matt Porter , Russell King , Arnd Bergmann , linux-kernel@vger.kernel.org, Guenter Roeck , Dan Williams , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix: arch/arm/common/built-in.o: undefined reference to `edma_filter_fn' seen with "make ARCH=arm allmodconfig" Commit 6cba4355 (ARM: edma: Add DT and runtime PM support to the private EDMA API) adds a dependency on edma_filter_fn() into arch/arm/common/edma.c. Since this file is always built into the kernel, edma_filter_fn() must be built into the kernel as well. Signed-off-by: Guenter Roeck --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 6825957..643d7c7 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -194,7 +194,7 @@ config SIRF_DMA Enable support for the CSR SiRFprimaII DMA engine. config TI_EDMA - tristate "TI EDMA support" + bool "TI EDMA support" depends on ARCH_DAVINCI || ARCH_OMAP select DMA_ENGINE select DMA_VIRTUAL_CHANNELS