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: 9415745 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 A8AC16022E for ; Mon, 7 Nov 2016 18:26:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A21C628C71 for ; Mon, 7 Nov 2016 18:26:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 971E928C9B; Mon, 7 Nov 2016 18:26:04 +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=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_SORBS_SPAM,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 33C3228C71 for ; Mon, 7 Nov 2016 18:26:03 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c3oar-0005Zn-KP; Mon, 07 Nov 2016 18:24:29 +0000 Received: from mail-wm0-f43.google.com ([74.125.82.43]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c3oVB-0007wo-Vf for linux-arm-kernel@lists.infradead.org; Mon, 07 Nov 2016 18:18:52 +0000 Received: by mail-wm0-f43.google.com with SMTP id a197so199492380wmd.0 for ; Mon, 07 Nov 2016 10:18:17 -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=CdYGI0q5l8K0jNu1lSLPeR8zuXzh1lK1eJSaPmjdirs/ZZ10PIuAzx5a/jxSKTn1ez Qo3hoMwCrIquIug3XuOOnMySYwyCUFqQNkrkPGz7t/if1/8i6Ft5MBGENkt/vr4KJuga gVt9AhoJUcWTxugAQP5lJ3qqAehclSg+Mp9nE54Dkx+wIrXeZl+fQzfvjnpEga4o+6ns f2ybCGYqqnBf15XioygfzwPIdoWBAg3zU3pksKpUT9xwWc6Bvw2eu7I2951NUkPgtOqG s+0ATeaiVEFYDjMLVLGw1Mr8hyQ7/OHet5RxWTcgBrlwr/VrCuQvOmcXoo3YxrsNzUo2 ZOpA== X-Gm-Message-State: ABUngvd0fGq042qfA1wO68i7N2hHOxI33bhBhTnRGi7XeCEMfzj+M/MuOkkOUo3PunxS5SjP 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 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161107_101838_508459_561560E4 X-CRM114-Status: UNSURE ( 9.53 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.griffin@linaro.org, dmaengine@vger.kernel.org, lee.jones@linaro.org, remoteproc@vger.kernel.org MIME-Version: 1.0 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 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