From patchwork Mon Nov 7 18:17:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 81158 Delivered-To: patch@linaro.org Received: by 10.140.97.165 with SMTP id m34csp1150515qge; Mon, 7 Nov 2016 10:19:30 -0800 (PST) X-Received: by 10.99.133.200 with SMTP id u191mr641060pgd.28.1478542769991; Mon, 07 Nov 2016 10:19:29 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r71si12940254pfe.287.2016.11.07.10.19.29; Mon, 07 Nov 2016 10:19:29 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933369AbcKGSTN (ORCPT + 27 others); Mon, 7 Nov 2016 13:19:13 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:36537 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933217AbcKGSSW (ORCPT ); Mon, 7 Nov 2016 13:18:22 -0500 Received: by mail-wm0-f52.google.com with SMTP id p190so200079745wmp.1 for ; Mon, 07 Nov 2016 10:18:21 -0800 (PST) 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=EHxTC4XPVuOYZ3MoxdmQRuE/exIFnLMrbGmRP5J26Kk=; b=YfTovVvPHlr3CxA/eafAyrcoIfO1BfMaIieHs72zRAXKyDnS7owmH4Nf3u/3wg8gTh 0YIUR1UF3eEdwfNK3cHurIZGfU3HoiMQFH3prtnP1PVsXKtiksw+z4U7sU9xP6d3J5pI 4WGGUUFJwhmDc6Tg86DdN72Ee/p3xgQCkmo5A= 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=EHxTC4XPVuOYZ3MoxdmQRuE/exIFnLMrbGmRP5J26Kk=; b=L1ZqMouCU0GAXxn/8G8bUFElYTUievONjIuwPch+YO4/fr1qlwEc7ean/YiLeB+PPK ZHoeLlMnc1PR2xCnt7OhUASBTZfae5WEh5s54sbEUi1prmq45pVSRmkDQ07Q5+dCUZOE XKfuFkuV4MCQFuVwjvQqEc5Szud3TuKITacMdiueS9MKG5d5liajEGQjRiDeQsalsKES MlwSozzhlZHutnKucX0H8BV0OktUsB+xH2RJjhDOX1YgiiyzYMU1VoU163LWUpFHI5eD dGSFwSZ/HPxsrCPnlFGtyh4W/PxMqU26d6ud/Ivkfvu+8sJSdo/ftyFwIBD6sr23jtZs /4OA== X-Gm-Message-State: ABUngvdDp+geiEkJAD+mDW1iSRxCWDkmKDbESD9Mn/sFQRu6cyPzwZhp4+QtdjgqBiOuzxCL X-Received: by 10.28.159.16 with SMTP id i16mr11073963wme.122.1478542695717; Mon, 07 Nov 2016 10:18:15 -0800 (PST) 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 c4sm14921903wmh.4.2016.11.07.10.18.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 07 Nov 2016 10:18:14 -0800 (PST) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, bjorn.andersson@linaro.org, vinod.koul@intel.com, ohad@wizery.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, dmaengine@vger.kernel.org, remoteproc@vger.kernel.org Subject: [PATCH v11 09/14] ARM: multi_v7_defconfig: Enable st_remoteproc driver. Date: Mon, 7 Nov 2016 18:17:40 +0000 Message-Id: <1478542665-17089-10-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1478542665-17089-1-git-send-email-peter.griffin@linaro.org> References: <1478542665-17089-1-git-send-email-peter.griffin@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(+) -- 2.7.4 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