From patchwork Fri Oct 26 18:41:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 10657725 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 27A6C180E for ; Fri, 26 Oct 2018 18:44:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1C77F2CA7A for ; Fri, 26 Oct 2018 18:44:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 10C722CA49; Fri, 26 Oct 2018 18:44:52 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 E40652CA49 for ; Fri, 26 Oct 2018 18:44:50 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: 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: List-Owner; bh=EFRtsJg3TdzwCffSxol591kPsqoiGjxA8H59dJL1CZY=; b=DgvO0w9J2132MD ZiCozqdlfRfEEbefNaZ99rj2Qn2xpQuQCeFj86+O8gJrNc6Sn2E9PSqc3mJtJzMTN+HKQ4tFttVme FdrT9Nv9GyKo6ZRFmMmgjsruc+eDWe0zO2y76/62LR1+8lXrROPpPQ/syBNkDVWmkZD8/hsl69okf 00iZMah0N7dbcHMYOt16VfgSJXfYhsJZ1pLJnzCmZuGIIm8LTe/BOL4fiUq3tB+qfALk04wEEbJdC 49pLpme4wjYyM0xq4p7CKjC55BlqkgcwjY9Hx4b/WxqiXSOidrScquTqsFVAiOWFiBTSJkPUqp04r 7UWegpGbEeFQ0O7Ej2eQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gG766-0001MI-Ou; Fri, 26 Oct 2018 18:44:38 +0000 Received: from antares.kleine-koenig.org ([94.130.110.236]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gG760-0001Kw-UC for linux-arm-kernel@lists.infradead.org; Fri, 26 Oct 2018 18:44:36 +0000 Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id 0E75943423B; Fri, 26 Oct 2018 20:44:21 +0200 (CEST) From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Thierry Reding , Sebastien Bourdelin Subject: [PATCH 4/4] bus: ts-nbus: weaken driver dependency to allow broader compile testing Date: Fri, 26 Oct 2018 20:41:58 +0200 Message-Id: <20181026184157.16371-4-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181026184157.16371-1-u.kleine-koenig@pengutronix.de> References: <20181026184157.16371-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181026_114433_137343_08B3C642 X-CRM114-Status: GOOD ( 11.40 ) 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: linux-pwm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de 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 There is nothing specific for the i.MX28 SoC in the ts-nbus driver and it compiles just fine with an ARM/s3c24xx configuration. Signed-off-by: Uwe Kleine-König --- drivers/bus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 1851112ccc29..bf1f43b847e9 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -149,7 +149,7 @@ config TI_SYSC config TS_NBUS tristate "Technologic Systems NBUS Driver" - depends on SOC_IMX28 + depends on SOC_IMX28 || COMPILE_TEST depends on OF_GPIO && PWM help Driver for the Technologic Systems NBUS which is used to interface