From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F96EC43331 for ; Mon, 11 Nov 2019 18:11:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 19C88206C3 for ; Mon, 11 Nov 2019 18:11:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727065AbfKKSLr (ORCPT ); Mon, 11 Nov 2019 13:11:47 -0500 Received: from mail-oi1-f195.google.com ([209.85.167.195]:37330 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726763AbfKKSLr (ORCPT ); Mon, 11 Nov 2019 13:11:47 -0500 Received: by mail-oi1-f195.google.com with SMTP id y194so12325855oie.4 for ; Mon, 11 Nov 2019 10:11:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3pgVptoZYzsTOg+Xnbn8wJxFJTLIjKkmJmwvN7XoJgQ=; b=i9ch4lILRaYqfz/biLOzhARRxhRCCeK3gnVplQShtM/nd+5UbGdqmLYsR4tPaMnvI8 rU8IX4XJ1RembDWbHn9/sJ+e8tJV/laUzzjIBHFMeSQarQkEjliPeJw4B3Di1Iux8h1w uBcLlToGB33i6Gpb5sjZqMf73JEiORYGDmOKqY5ggBLWwSjxgPKxELtKOHLiyMG+RiKR sOIWk+uQ5sdPG8uhsZutjfrlq09+BFLi5TCrEiRl9hzwOKTIOD5oIhHTP5JnGNvnVmZw Z4NqFP+Vimio1Y/iJHx7Maj4hxEtpcnCBKm1gE9OMacV4wCyudog46ejd5l5JlVflGBl LNwA== X-Gm-Message-State: APjAAAWbJM5laRBlAP1Iv0+lrnMfgJhiDbnSdBOAByyEYZGa1OkyO6+p RQEdqVCoKjdiCi43jBuHkyRy2ssE X-Google-Smtp-Source: APXvYqy1X0wUWZC/1e18BAMqn7WeVSGS3O2hmYUeKDVYF64U8jTw3M0qNMsxoRWRrfZio7C6Hh1zTg== X-Received: by 2002:a05:6808:8e9:: with SMTP id d9mr241839oic.29.1573495906199; Mon, 11 Nov 2019 10:11:46 -0800 (PST) Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com. [209.85.167.174]) by smtp.gmail.com with ESMTPSA id z13sm5118596otq.29.2019.11.11.10.11.45 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 11 Nov 2019 10:11:45 -0800 (PST) Received: by mail-oi1-f174.google.com with SMTP id l20so12289218oie.10 for ; Mon, 11 Nov 2019 10:11:45 -0800 (PST) X-Received: by 2002:aca:1702:: with SMTP id j2mr240762oii.13.1573495904943; Mon, 11 Nov 2019 10:11:44 -0800 (PST) MIME-Version: 1.0 References: <20191108130123.6839-1-linux@rasmusvillemoes.dk> <20191108130123.6839-48-linux@rasmusvillemoes.dk> <14894529-a6bd-9b7e-eacc-06d5e49cc8e8@rasmusvillemoes.dk> In-Reply-To: <14894529-a6bd-9b7e-eacc-06d5e49cc8e8@rasmusvillemoes.dk> From: Li Yang Date: Mon, 11 Nov 2019 12:11:33 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 47/47] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE To: Rasmus Villemoes Cc: lkml , Scott Wood , linuxppc-dev , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Qiang Zhao Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 11, 2019 at 1:36 AM Rasmus Villemoes wrote: > > On 09/11/2019 00.48, Li Yang wrote: > > On Fri, Nov 8, 2019 at 7:05 AM Rasmus Villemoes > > wrote: > >> > >> There are also ARM and ARM64 based SOCs with a QUICC Engine, and the > >> core QE code as well as net/wan/fsl_ucc_hdlc and tty/serial/ucc_uart > >> has now been modified to not rely on ppcisms. > >> > >> So extend the architectures that can select QUICC_ENGINE, and add the > >> rather modest requirements of OF && HAS_IOMEM. > >> > >> The core code as well as the ucc_uart driver has been tested on an > >> LS1021A (arm), and it has also been tested that the QE code still > >> works on an mpc8309 (ppc). > >> > >> Signed-off-by: Rasmus Villemoes > >> --- > >> drivers/soc/fsl/qe/Kconfig | 3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >> > >> diff --git a/drivers/soc/fsl/qe/Kconfig b/drivers/soc/fsl/qe/Kconfig > >> index cfa4b2939992..f1974f811572 100644 > >> --- a/drivers/soc/fsl/qe/Kconfig > >> +++ b/drivers/soc/fsl/qe/Kconfig > >> @@ -5,7 +5,8 @@ > >> > >> config QUICC_ENGINE > >> bool "QUICC Engine (QE) framework support" > >> - depends on FSL_SOC && PPC32 > >> + depends on OF && HAS_IOMEM > >> + depends on PPC32 || ARM || ARM64 || COMPILE_TEST > > > > Can you also add PPC64? It is also used on some PPC64 platforms > > (QorIQ T series). > > Sure, but if that's the only thing in the whole series, perhaps you > could amend it when applying instead of me sending all 47 patches again. Sure. I can do that. > > Should PPC32 || PPC64 be spelled PPC? Yes. That will be good. Regards, Leo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 612CBC43331 for ; Mon, 11 Nov 2019 18:23:01 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 1B058214E0 for ; Mon, 11 Nov 2019 18:23:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1B058214E0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 47BfPZ6hjJzDqdV for ; Tue, 12 Nov 2019 05:22:58 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.68; helo=mail-ot1-f68.google.com; envelope-from=pku.leo@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=nxp.com Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 47Bf8k1x1hzF1Rb for ; Tue, 12 Nov 2019 05:11:49 +1100 (AEDT) Received: by mail-ot1-f68.google.com with SMTP id f10so12034551oto.3 for ; Mon, 11 Nov 2019 10:11:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3pgVptoZYzsTOg+Xnbn8wJxFJTLIjKkmJmwvN7XoJgQ=; b=FllgeF+oq9RSM0ZBtvmkLmAmqqYgzywW7X+FcUxmJLO9Cy4VMes6YaZXgjlz/n+zRr 8LqP4cwzzvu1Q4QAVjYRtGa0+fx+tLkhcTmcEwEFOZbMDrKHhf5g3NRmyohlM9WvQJb+ gB6OoA0om1c1oMR0H4QWGDVhU/oWQjzvZhN6QNMj3EDOSBsi/6lE9XyQvEFpSerGjioe i+N9tbKsP62btg8kKacA2bKIP5WUuHhdCzv1BThgEf47+CiGMqa1Mqf3FbA09P3APHzy ZZXPRNkL37kffd5T7f6yskwdf1OOOlqq0v+AoTm6s/bSLNY05WoDMgPJ4v4Y9mAgVgFS rEEA== X-Gm-Message-State: APjAAAVDKpeQo/v+CoU+FN8/v2DBBEsZabk4MRGsl7pWf8hk2C2U07Aq NAwmf8FVEaV7Sd6UGgRS6XRAmGUQ X-Google-Smtp-Source: APXvYqzDa4daAoriDBOZWPknTiCQwJvDjYUIGEtJRc7jKImNC1t+RHlCAduhZ5eWEyXlvnjVJKjAyg== X-Received: by 2002:a9d:4a9c:: with SMTP id i28mr21491311otf.169.1573495906307; Mon, 11 Nov 2019 10:11:46 -0800 (PST) Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com. [209.85.167.173]) by smtp.gmail.com with ESMTPSA id m205sm5210222oib.27.2019.11.11.10.11.45 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 11 Nov 2019 10:11:45 -0800 (PST) Received: by mail-oi1-f173.google.com with SMTP id n16so12322988oig.2 for ; Mon, 11 Nov 2019 10:11:45 -0800 (PST) X-Received: by 2002:aca:1702:: with SMTP id j2mr240762oii.13.1573495904943; Mon, 11 Nov 2019 10:11:44 -0800 (PST) MIME-Version: 1.0 References: <20191108130123.6839-1-linux@rasmusvillemoes.dk> <20191108130123.6839-48-linux@rasmusvillemoes.dk> <14894529-a6bd-9b7e-eacc-06d5e49cc8e8@rasmusvillemoes.dk> In-Reply-To: <14894529-a6bd-9b7e-eacc-06d5e49cc8e8@rasmusvillemoes.dk> From: Li Yang Date: Mon, 11 Nov 2019 12:11:33 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 47/47] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE To: Rasmus Villemoes Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Scott Wood , linuxppc-dev , lkml , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Qiang Zhao Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Nov 11, 2019 at 1:36 AM Rasmus Villemoes wrote: > > On 09/11/2019 00.48, Li Yang wrote: > > On Fri, Nov 8, 2019 at 7:05 AM Rasmus Villemoes > > wrote: > >> > >> There are also ARM and ARM64 based SOCs with a QUICC Engine, and the > >> core QE code as well as net/wan/fsl_ucc_hdlc and tty/serial/ucc_uart > >> has now been modified to not rely on ppcisms. > >> > >> So extend the architectures that can select QUICC_ENGINE, and add the > >> rather modest requirements of OF && HAS_IOMEM. > >> > >> The core code as well as the ucc_uart driver has been tested on an > >> LS1021A (arm), and it has also been tested that the QE code still > >> works on an mpc8309 (ppc). > >> > >> Signed-off-by: Rasmus Villemoes > >> --- > >> drivers/soc/fsl/qe/Kconfig | 3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >> > >> diff --git a/drivers/soc/fsl/qe/Kconfig b/drivers/soc/fsl/qe/Kconfig > >> index cfa4b2939992..f1974f811572 100644 > >> --- a/drivers/soc/fsl/qe/Kconfig > >> +++ b/drivers/soc/fsl/qe/Kconfig > >> @@ -5,7 +5,8 @@ > >> > >> config QUICC_ENGINE > >> bool "QUICC Engine (QE) framework support" > >> - depends on FSL_SOC && PPC32 > >> + depends on OF && HAS_IOMEM > >> + depends on PPC32 || ARM || ARM64 || COMPILE_TEST > > > > Can you also add PPC64? It is also used on some PPC64 platforms > > (QorIQ T series). > > Sure, but if that's the only thing in the whole series, perhaps you > could amend it when applying instead of me sending all 47 patches again. Sure. I can do that. > > Should PPC32 || PPC64 be spelled PPC? Yes. That will be good. Regards, Leo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62A14C43331 for ; Mon, 11 Nov 2019 18:11:57 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 2D50220856 for ; Mon, 11 Nov 2019 18:11:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="XEp/186h" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2D50220856 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kjAV19F7nehK6FFSYaeLsHuKN/qV1y/BIz+fGV0W1Ac=; b=XEp/186hLM7haM 2u+XctG690YS4tGbW0NBy48C4XtNzUSdUl87pazO/Cj3aePsPY8ffmeTN+svamlGZJZN0LGA0H0U8 ma9kryNqKDcS+cdX/TEjD9kZ106WAK1aHYFoLEip8ix/hOQSq0G+Z2wwdhcEueqPB8oY+MYR7iy7Y Qrt7CRmJM4PJFphsjewui/8F6JZMpVcqyofC/LGvsN33xaMMpr5YU6WdoQWZsLA6pXS7xycF95QMd F5y9CHbkBXbDb3YBiIAoMv3cV2H64/AAMqbKc6CzJu9cjyPOwsaRX1h4iCiQlgnhYgHEulMgbBCUV daZ+y6obwi3zL9tgEc0Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iUEAK-0008H8-8P; Mon, 11 Nov 2019 18:11:52 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iUEAH-0008FK-9X for linux-arm-kernel@lists.infradead.org; Mon, 11 Nov 2019 18:11:50 +0000 Received: by mail-ot1-f66.google.com with SMTP id u13so12034016ote.0 for ; Mon, 11 Nov 2019 10:11:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3pgVptoZYzsTOg+Xnbn8wJxFJTLIjKkmJmwvN7XoJgQ=; b=dy1D2lVWKngwvyAl1BIUPpL1tLDOtX9fuqzRzz5gTY7qRAel3vKovlQ7UxGleLNTTL DMlLOM8wsLod6UckBRGzuDmNaHIpGNWfltSLJbSfCNGo4bKJniLSpk3azEyhRkNmOV9P l/zdxBrPkRlnyJrjgzONZmCtHNNRF4TZ3b10Rg/xgPeqfFs5rZNODvLnW9S+5FJ28IuO evex0uptim5oAJq86s8LpQzy6gt2ePcrAiWu4iSzatld0AxsDFBfmq+vaG0hGkyNNQ7V ffsJ45MGssKfEsIs+Zl2NP48KtOxVFRjPPDmIO2YdpbGAaTtcHOZY1aAYp1PimBklhfc J5PA== X-Gm-Message-State: APjAAAUqT9s+ZzsqUpImN/8mq+b4JG+5HuaMlxnSds/roupspoMQV4Ha jSsgHotX4Wo8HLeufVXJ7ROQxsKe X-Google-Smtp-Source: APXvYqyYfYQRP2op++LiPoGgWYk1P+EfrbHqjjEKfGMuZYc8xoPnrTWieRSzOZ74B0UtAI7Jt3Uutw== X-Received: by 2002:a9d:365:: with SMTP id 92mr23510708otv.9.1573495907383; Mon, 11 Nov 2019 10:11:47 -0800 (PST) Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com. [209.85.167.177]) by smtp.gmail.com with ESMTPSA id j8sm5367628otj.42.2019.11.11.10.11.45 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 11 Nov 2019 10:11:45 -0800 (PST) Received: by mail-oi1-f177.google.com with SMTP id v138so12291110oif.6 for ; Mon, 11 Nov 2019 10:11:45 -0800 (PST) X-Received: by 2002:aca:1702:: with SMTP id j2mr240762oii.13.1573495904943; Mon, 11 Nov 2019 10:11:44 -0800 (PST) MIME-Version: 1.0 References: <20191108130123.6839-1-linux@rasmusvillemoes.dk> <20191108130123.6839-48-linux@rasmusvillemoes.dk> <14894529-a6bd-9b7e-eacc-06d5e49cc8e8@rasmusvillemoes.dk> In-Reply-To: <14894529-a6bd-9b7e-eacc-06d5e49cc8e8@rasmusvillemoes.dk> From: Li Yang Date: Mon, 11 Nov 2019 12:11:33 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 47/47] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE To: Rasmus Villemoes X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191111_101149_336046_3865D9EE X-CRM114-Status: GOOD ( 17.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Scott Wood , linuxppc-dev , lkml , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Qiang Zhao Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 11, 2019 at 1:36 AM Rasmus Villemoes wrote: > > On 09/11/2019 00.48, Li Yang wrote: > > On Fri, Nov 8, 2019 at 7:05 AM Rasmus Villemoes > > wrote: > >> > >> There are also ARM and ARM64 based SOCs with a QUICC Engine, and the > >> core QE code as well as net/wan/fsl_ucc_hdlc and tty/serial/ucc_uart > >> has now been modified to not rely on ppcisms. > >> > >> So extend the architectures that can select QUICC_ENGINE, and add the > >> rather modest requirements of OF && HAS_IOMEM. > >> > >> The core code as well as the ucc_uart driver has been tested on an > >> LS1021A (arm), and it has also been tested that the QE code still > >> works on an mpc8309 (ppc). > >> > >> Signed-off-by: Rasmus Villemoes > >> --- > >> drivers/soc/fsl/qe/Kconfig | 3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >> > >> diff --git a/drivers/soc/fsl/qe/Kconfig b/drivers/soc/fsl/qe/Kconfig > >> index cfa4b2939992..f1974f811572 100644 > >> --- a/drivers/soc/fsl/qe/Kconfig > >> +++ b/drivers/soc/fsl/qe/Kconfig > >> @@ -5,7 +5,8 @@ > >> > >> config QUICC_ENGINE > >> bool "QUICC Engine (QE) framework support" > >> - depends on FSL_SOC && PPC32 > >> + depends on OF && HAS_IOMEM > >> + depends on PPC32 || ARM || ARM64 || COMPILE_TEST > > > > Can you also add PPC64? It is also used on some PPC64 platforms > > (QorIQ T series). > > Sure, but if that's the only thing in the whole series, perhaps you > could amend it when applying instead of me sending all 47 patches again. Sure. I can do that. > > Should PPC32 || PPC64 be spelled PPC? Yes. That will be good. Regards, Leo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel