From patchwork Tue Oct 18 09:39:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 9381737 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 9A02F6086B for ; Tue, 18 Oct 2016 09:41:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8B56F294F7 for ; Tue, 18 Oct 2016 09:41:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7FB2429515; Tue, 18 Oct 2016 09:41:44 +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.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, 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 3C9D729514 for ; Tue, 18 Oct 2016 09:41:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759512AbcJRJli (ORCPT ); Tue, 18 Oct 2016 05:41:38 -0400 Received: from mail-qt0-f171.google.com ([209.85.216.171]:32947 "EHLO mail-qt0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759048AbcJRJje (ORCPT ); Tue, 18 Oct 2016 05:39:34 -0400 Received: by mail-qt0-f171.google.com with SMTP id s49so145041240qta.0 for ; Tue, 18 Oct 2016 02:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=NvR22THuQ1biyj9lKfGl8DxXD+ptO37OXcxwjEoIHto=; b=Dsd2iDxYKW4pKAXeLQMYwEWpGIZy4nioyQVR1D2zs7erymm5YCyEsS0u+jx/ps96S8 qafDpapOO/WfkfAfazKLQXg0U3LqIltyyYoO0LvOPJUfn/clnUw5nUglc39L3YbL2Xiu sKUHTZ+zMMM3m+YED2sPgKyXdWeJedtjlhI98= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=NvR22THuQ1biyj9lKfGl8DxXD+ptO37OXcxwjEoIHto=; b=aSr4VSakLI3uCila8mGfV2PqomR96rFyYry9PqfjRMejG/mK++FQuqxNBpjxsIJVYG 3EslQzQ4OvKeJKXMB77SeAzhD/VQxkoKI3H9KeBsg68gfojire23/F7Nr35RP2EtiVU3 8KdA5eCI9VqmB117d6UivM4VF4g0U36BmE3uRu51QzlS+y08676yzB1t+Pk4UwdWEPTC 3vwX6yCoi2Iu9q/pieNeBr0R9NuzRmSua4qI3kSUeuNZnpcSNm78fpC26q4wgSrPoUuS 9tibIKOCJEZiTQbW5wming/XtUS/1BVZ2/rJj+Ssh2ZPfV8j+Crb1rAeuTsbPdeN1LuK d0JQ== X-Gm-Message-State: AA6/9RkSkvAeyyyoCOwxJPC1ZdkWihGpYBQ3erGGszt4l4mifQwO7DYFgkUfffnWiIZrjc+N X-Received: by 10.28.134.74 with SMTP id i71mr10896432wmd.100.1476783572904; Tue, 18 Oct 2016 02:39:32 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust4998.18-1.cable.virginm.net. [86.31.179.135]) by smtp.gmail.com with ESMTPSA id af4sm51759876wjc.17.2016.10.18.02.39.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Oct 2016 02:39:32 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, ohad@wizery.com, bjorn.andersson@linaro.org, patrice.chotard@st.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: [PATCH v10 09/11] ARM: multi_v7_defconfig: Enable st_remoteproc driver. Date: Tue, 18 Oct 2016 10:39:14 +0100 Message-Id: <1476783556-2501-10-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476783556-2501-1-git-send-email-peter.griffin@linaro.org> References: <1476783556-2501-1-git-send-email-peter.griffin@linaro.org> 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 The st231 remote coprocessors are found on all STi chipsets. Signed-off-by: Peter Griffin --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 538c326..0a06af9 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -824,6 +824,7 @@ CONFIG_ROCKCHIP_IOMMU=y CONFIG_TEGRA_IOMMU_GART=y CONFIG_TEGRA_IOMMU_SMMU=y CONFIG_REMOTEPROC=m +CONFIG_ST_REMOTEPROC=m CONFIG_PM_DEVFREQ=y CONFIG_ARM_TEGRA_DEVFREQ=m CONFIG_MEMORY=y