From patchwork Fri Oct 4 12:40:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 11174423 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7879C112B for ; Fri, 4 Oct 2019 12:40:59 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 048B920862 for ; Fri, 4 Oct 2019 12:40:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="If8tTA0K" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 048B920862 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=st.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+599+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id aUj3YY1556264xUU67ZVNO96; Fri, 04 Oct 2019 05:40:58 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 04 Oct 2019 05:40:58 -0700 X-Received: by mail.kernel.org (Postfix) id 8797A215EA; Fri, 4 Oct 2019 12:40:57 +0000 (UTC) X-Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E130E20862 for ; Fri, 4 Oct 2019 12:40:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E130E20862 X-Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x94CehnI004605; Fri, 4 Oct 2019 14:40:43 +0200 X-Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2v9w9wayfy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 04 Oct 2019 14:40:43 +0200 X-Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 774D810002A; Fri, 4 Oct 2019 14:40:38 +0200 (CEST) X-Received: from Webmail-eu.st.com (Safex1hubcas22.st.com [10.75.90.92]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 59DF82BE254; Fri, 4 Oct 2019 14:40:38 +0200 (CEST) X-Received: from SAFEX1HUBCAS23.st.com (10.75.90.46) by Safex1hubcas22.st.com (10.75.90.92) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 4 Oct 2019 14:40:38 +0200 X-Received: from localhost (10.201.23.73) by webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 4 Oct 2019 14:40:37 +0200 From: To: Linuxkernel+Patchwork-Soc via Email Integration CC: , , , , Patrice Chotard Subject: ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support Date: Fri, 4 Oct 2019 14:40:25 +0200 Message-ID: <20191004124025.17394-1-patrice.chotard@st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.23.73] Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: rsihtkV6MatNBTgm3aLUswoHx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1570192858; bh=4xlSH6M+PXOu9eqIh4nrtMZhl+hXWEs2r6o1Wb6seWU=; h=CC:Content-Type:Date:From:Reply-To:Subject:To; b=If8tTA0K39eg39s+R1QpCsLq1Rqyq8YDBqNqz16G87Muy+ebIZhMmnaEfMof15D3jJy 2jBXGeN4MZlB1RQi+6ycnLHtt3/q/r0gg4LWPioJf1zaww1iwy81X5wyDIp8tdJF3t7wJ GjpLUBQNYlNRnTWPGAURrvIN1ydlJNzJ4to= From: Patrice Chotard SPI_STM32_QSPI must be set in buildin as rootfs can be located on QSPI memory device. Signed-off-by: Patrice Chotard --- arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 13ba53286901..510ad7691a2e 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -415,7 +415,7 @@ CONFIG_SPI_SH_MSIOF=m CONFIG_SPI_SH_HSPI=y CONFIG_SPI_SIRF=y CONFIG_SPI_STM32=m -CONFIG_SPI_STM32_QSPI=m +CONFIG_SPI_STM32_QSPI=y CONFIG_SPI_SUN4I=y CONFIG_SPI_SUN6I=y CONFIG_SPI_TEGRA114=y