From patchwork Tue Oct 18 09:39:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 77961 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp793844qge; Tue, 18 Oct 2016 02:41:43 -0700 (PDT) X-Received: by 10.99.113.25 with SMTP id m25mr2733951pgc.173.1476783703740; Tue, 18 Oct 2016 02:41:43 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j19si9882858pgk.185.2016.10.18.02.41.43; Tue, 18 Oct 2016 02:41:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759541AbcJRJll (ORCPT + 7 others); Tue, 18 Oct 2016 05:41:41 -0400 Received: from mail-qt0-f169.google.com ([209.85.216.169]:34283 "EHLO mail-qt0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758963AbcJRJjc (ORCPT ); Tue, 18 Oct 2016 05:39:32 -0400 Received: by mail-qt0-f169.google.com with SMTP id q7so148059799qtq.1 for ; Tue, 18 Oct 2016 02:39:32 -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=VkgSwkHoW7hVsoS2VisFay1S5JWI4Zrni42e18RSOg0=; b=TA8geA+mQc1Yt26LXMLuhj/2pE1bl1j4CFHUESguOE/3qoOyrIzI+RHYZ26XURdcOl jaY2NaYUvSyRXSfopF52xiX4Jb6jLRp4pvlW//wc9sZyI9jFYic+5cnaHVq/E9FhV83e 6CPmZ1il9P1VCOUoNRYGOpGOY65N6O1bypB+g= 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=VkgSwkHoW7hVsoS2VisFay1S5JWI4Zrni42e18RSOg0=; b=my7jdlo9NGbOdYqO5AIqDU/AnCUwfleJFPQAsQPXdcC3UjH6dWvCVMW/J9d3faHwoJ 2m/bBjh3UBGkS8lxW8OGtHJ/iaiP96tvMKyVEVyleHBgAtkNgetsDn5063NB7hjU9dw2 +u7htX63h7oRTHFaPgu+G3ygB6CkgceYqOLIrYOGDUm5IHONl4rp/EbAC6mSpLSs0A+k VeNvBLGTwrQ1A2EQNoWyHT5aMKQsmXFqt4QuGTGKeELjma1RUYoiSf1WAqTPFLhsumvr yNBVdAz2FGATnYTJ1n6JJ2X+jRuCHADBhm+URpnwlrTrwPfz4HCHtMagkzUKvDNydZrH I0zg== X-Gm-Message-State: AA6/9Rm42jIwSaHM9AgAVbsUisqtm5bL24lMLJozgDzoWllPFUkXDmCLkRumRm4Ie9gb3Xuz X-Received: by 10.28.37.70 with SMTP id l67mr1722810wml.44.1476783571630; Tue, 18 Oct 2016 02:39:31 -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.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Oct 2016 02:39:30 -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 08/11] ARM: multi_v7_defconfig: Enable remoteproc core Date: Tue, 18 Oct 2016 10:39:13 +0100 Message-Id: <1476783556-2501-9-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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Now that remoteproc core is selectable it needs to be enabled in the multi_v7 build. Signed-off-by: Peter Griffin --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 437d074..538c326 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -823,6 +823,7 @@ CONFIG_HWSPINLOCK_QCOM=y CONFIG_ROCKCHIP_IOMMU=y CONFIG_TEGRA_IOMMU_GART=y CONFIG_TEGRA_IOMMU_SMMU=y +CONFIG_REMOTEPROC=m CONFIG_PM_DEVFREQ=y CONFIG_ARM_TEGRA_DEVFREQ=m CONFIG_MEMORY=y