From patchwork Sun Nov 19 18:57:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10065749 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B779D602B7 for ; Sun, 19 Nov 2017 18:57:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A9A8F28D53 for ; Sun, 19 Nov 2017 18:57:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9BB6428F16; Sun, 19 Nov 2017 18:57:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 303C128D53 for ; Sun, 19 Nov 2017 18:57:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=RE7PP6uECHwa3/NCye99h5szMq3ftwS5OLuve15Z52k=; b=GFY 56aQJadCqKXQ3AnW3X23kxRNyBNHykn1lIHcxxJJ/5D/YTi+WG+IEgymlSI6VmnZi/YuTsaPkz3SV jRzR+tpl/G9rMoWKPjQ7pgf2z+qM5MSatCKaTIkPp2+myEDRfrrft73JqszmfW+kvl566rIGnvDYa whCJ35X9uiOMTfNZVWYe+2mmCzXhbtVUlurj1BmJ6yIEw2ha7rA2j9YyJWXDhQgkuf4UWnO25jKbn zZDbFQ5sKAwAB77/IPXkGtQ+zpQ1OxJbMFHQBXiO+booWmL/YHdVrrA3/s0zVNtJiV7qFpQLWK7bx 3NClo08ZzEATacx5d4M0IYRfbFqXptg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eGUmv-0000wF-EZ; Sun, 19 Nov 2017 18:57:53 +0000 Received: from xavier.telenet-ops.be ([2a02:1800:120:4::f00:14]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1eGUmr-0000th-Di for linux-arm-kernel@lists.infradead.org; Sun, 19 Nov 2017 18:57:51 +0000 Received: from ayla.of.borg ([84.195.106.246]) by xavier.telenet-ops.be with bizsmtp id buxK1w00C5JzmfG01uxKFQ; Sun, 19 Nov 2017 19:57:19 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1eGUmM-0001Zw-VO; Sun, 19 Nov 2017 19:57:18 +0100 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1eGUmM-0006UC-OK; Sun, 19 Nov 2017 19:57:18 +0100 From: Geert Uytterhoeven To: Peter Griffin , Patrice Chotard , Mauro Carvalho Chehab Subject: [PATCH] [media] c8sectpfe: DVB_C8SECTPFE should depend on HAS_DMA Date: Sun, 19 Nov 2017 19:57:17 +0100 Message-Id: <1511117837-24894-1-git-send-email-geert@linux-m68k.org> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171119_105749_627393_BFF052E2 X-CRM114-Status: UNSURE ( 7.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP If NO_DMA=y: ERROR: "bad_dma_ops" [drivers/media/platform/sti/c8sectpfe/c8sectpfe.ko] undefined! Add a dependency on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven --- drivers/media/platform/sti/c8sectpfe/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/sti/c8sectpfe/Kconfig b/drivers/media/platform/sti/c8sectpfe/Kconfig index 7420a50572d347ef..740190f8a3b606d3 100644 --- a/drivers/media/platform/sti/c8sectpfe/Kconfig +++ b/drivers/media/platform/sti/c8sectpfe/Kconfig @@ -1,6 +1,6 @@ config DVB_C8SECTPFE tristate "STMicroelectronics C8SECTPFE DVB support" - depends on PINCTRL && DVB_CORE && I2C + depends on PINCTRL && DVB_CORE && I2C && HAS_DMA depends on ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST select FW_LOADER select DEBUG_FS