From patchwork Tue Jun 27 22:46:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suman Anna X-Patchwork-Id: 9813213 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 6E34E60210 for ; Tue, 27 Jun 2017 22:47:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6183F2094F for ; Tue, 27 Jun 2017 22:47:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 56249280B0; Tue, 27 Jun 2017 22:47:16 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E06BB2094F for ; Tue, 27 Jun 2017 22:47:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753979AbdF0WrP (ORCPT ); Tue, 27 Jun 2017 18:47:15 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:56135 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753846AbdF0Wql (ORCPT ); Tue, 27 Jun 2017 18:46:41 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v5RMkC9W006826; Tue, 27 Jun 2017 17:46:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1498603572; bh=/yF7YmdMOvPZJJ66PXRqhh2dnQotC5rcdlUvVzc2qH0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=OYJAyG0+itFIT5ENk+iVUTFBHsKM8op9MB5rgLdY+qs5C9Zdd5ClWprG0YLeIA2ep 6cvc2CRJTHTFOzuiOjOv82Id0rB2HdmBngpp6nOnvCdttkjkWidrnLC8nJ9W6dV+Qt YcpUviyXimuF4Ju0Z5gYLy+of7thcwUXHtDYtJHs= Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v5RMkCIi014828; Tue, 27 Jun 2017 17:46:12 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Tue, 27 Jun 2017 17:46:11 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v5RMkCx7011032; Tue, 27 Jun 2017 17:46:12 -0500 Received: from localhost (irmo.dhcp.ti.com [128.247.58.153]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id v5RMkB319062; Tue, 27 Jun 2017 17:46:11 -0500 (CDT) From: Suman Anna To: Bjorn Andersson , Ohad Ben-Cohen CC: Arnd Bergmann , , , , Suman Anna Subject: [PATCH 4/4] remoteproc/keystone: Fix circular dependencies for ARM configs Date: Tue, 27 Jun 2017 17:46:10 -0500 Message-ID: <20170627224610.15321-5-s-anna@ti.com> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20170627224610.15321-1-s-anna@ti.com> References: <20170627224610.15321-1-s-anna@ti.com> MIME-Version: 1.0 Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Drop the dependency on RESET_CONTROLLER for the Keystone remoteproc driver to resolve some circular dependencies around different choices for RESET_CONTROLLER on common ARM configs. This dependency is inherent as the RESET_CONTROLLER will be enabled due to the enabled ARCH_HAS_RESET_CONTROLLER for ARCH_KEYSTONE. Signed-off-by: Suman Anna --- drivers/remoteproc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 945c1574f896..8891a8e50f12 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -70,7 +70,6 @@ config DA8XX_REMOTEPROC config KEYSTONE_REMOTEPROC tristate "Keystone Remoteproc support" depends on ARCH_KEYSTONE - depends on RESET_CONTROLLER select RPMSG_VIRTIO help Say Y here here to support Keystone remote processors (DSP)