From patchwork Wed Aug 2 06:13:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vignesh Raghavendra X-Patchwork-Id: 9875981 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 3EAD660390 for ; Wed, 2 Aug 2017 06:14:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2F85C28772 for ; Wed, 2 Aug 2017 06:14:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2454128779; Wed, 2 Aug 2017 06:14:28 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE 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 9CD6F28772 for ; Wed, 2 Aug 2017 06:14:27 +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: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=di9WstLw/wrogPDJTefRLRKUwyjEJC54y5EZ69uDzzk=; b=Vu5c0RLttDC6C0 Yoiq6vwaM7DDnfhbBM4kckMfQVt/TuEfOhVBkYVvALIAD301f8E/d71FmJ6FH8bqgPEVrr9kVwftW oZn5JoGAtiCNQ9ocIk18R8r5Qd1wnDc36PSUhJRhuNtFALVjO6OwEUJzPdvS4hBa0UMHbjWoCe+EX HKXGYaRf11a+fmDZ1NQCERCYpHLEbn6QRIVKAIhNbU+0OI0dX1KZB3Zx9x8ocjP3dudVgY6u7UJ6I +wCrzU41uZwqjh2FVCnupX5DFcEAvQPDFjhDMi/gZjJ44qPYbRZmbAVH6jcSv4K38FWz3mIojVGbt 7Bzh+kQBbdSnuyppMQNg==; 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 1dcmvH-0005WB-Ej; Wed, 02 Aug 2017 06:14:23 +0000 Received: from fllnx209.ext.ti.com ([198.47.19.16]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dcmvE-0005Uc-AK for linux-arm-kernel@lists.infradead.org; Wed, 02 Aug 2017 06:14:22 +0000 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v726DXWe007884; Wed, 2 Aug 2017 01:13:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1501654413; bh=Fx2CIsq8KyGF6zsS8xGOrlZm7kO2BYzEL1peBN1zR5o=; h=From:To:CC:Subject:Date; b=LPHKeecwSc0lqP9OBX+hV/R4lLxPfS6adwtbbePkbxhopAxBxMTTWt+HRNDmKr4yw A/0/hFoQWjmM39zRSpJ5+3AhimbYOHOlRAxvl4WOUYKJZ7hBKzxeJbXhF16w0MMKK3 akbER9Ts2041ypOXR0KKdCw/vcqqWjhEnA9CxYS0= Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v726DSgx012762; Wed, 2 Aug 2017 01:13:28 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Wed, 2 Aug 2017 01:13:27 -0500 Received: from a0132425.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v726DPU6003486; Wed, 2 Aug 2017 01:13:25 -0500 From: Vignesh R To: Thierry Reding Subject: [PATCH] pwm: Kconfig: Enable pwm-tiecap to be built for Keystone Date: Wed, 2 Aug 2017 11:43:44 +0530 Message-ID: <20170802061344.1713-1-vigneshr@ti.com> X-Mailer: git-send-email 2.13.3 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170801_231420_545002_1905AB8D X-CRM114-Status: UNSURE ( 7.58 ) 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: linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Vignesh R 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 66AK2G SoC has ECAP subsystem that is used as pwm-backlight provider for display. Hence, enable pwm-tiecap driver to be built for Keystone architecture. Signed-off-by: Vignesh R --- drivers/pwm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 313c10789ca2..c7f3a6037c93 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -446,7 +446,7 @@ config PWM_TEGRA config PWM_TIECAP tristate "ECAP PWM support" - depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX + depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE help PWM driver support for the ECAP APWM controller found on AM33XX TI SOC