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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 525CEC4332F for ; Thu, 28 Oct 2021 14:20:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DD7161073 for ; Thu, 28 Oct 2021 14:20:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231468AbhJ1OXE (ORCPT ); Thu, 28 Oct 2021 10:23:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231300AbhJ1OWs (ORCPT ); Thu, 28 Oct 2021 10:22:48 -0400 Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9BCC5C0613B9; Thu, 28 Oct 2021 07:20:21 -0700 (PDT) Received: by mail-wr1-x432.google.com with SMTP id u18so10527891wrg.5; Thu, 28 Oct 2021 07:20:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=i7gwbG6UFkkaU6lNQMINz/kDW0z+hx1/TQcDms7EvjA=; b=lQ5OcjGIeh4NWjsNWv6j+yKcMQtIziyKvbwOas0MSzkEbju8H0ZnDckxAxYW/du82l ca5gAa3XAltOr/QYzm/K2OZmNEz+PuC8je4ThTALteh3btLgk95l6/8WtQuvVIC1mXoX ZgZKg7OhgK5stvkpFa72LQm4n+b7fhxu6d5FXxc3M/+fg9tNh1oMyx3NGqSTmB804FWq 8vLzv2I7+Jv3SyrFkE1bRNm++K7Bjjfr+SDFvVgTcI8sksFNwxZQ/TFUObSGWv4qWzqV 07w+Ht6Xpu0MzgMwihImF6bIhjuT5JCvNcgLT8evs1rJgoqHw4ra+7yHAbZGa4t/LFPo o9+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=i7gwbG6UFkkaU6lNQMINz/kDW0z+hx1/TQcDms7EvjA=; b=DQNKbTHSMp1AA78N+y68iLZQKL02LajrniKVCRP/2G9ZyJinyWZyovvaT/NuioL4qf DHDmndzHnypVZXXFshSgOTr7z9+YtkPY5Q3/LdATP5DlbTCqvhP6OdAQXr+6krZL6UpK d7YjIjit7uAGrzsHlGJT7bWBWP7N9c8OFMJxVnCFG86dx4jfgXcRkI9CdnCdKPTnfZNv AVF7bm68ibZaFZsNK4ceLf1BqfCBIdwMJM7OKi1CVNwLJZaY09d8uMTMGajWv9BaMJdm dYvJE3V4Qlmx+6ki6nFi5GYy1CG+hGD5jwHuq/BMHimpOqGlIWnZ0e5VqgnyJ2e8PJCf iohg== X-Gm-Message-State: AOAM532I2ZMXYogF1RBPHc/T2ZtE26urQNfWvG/jJVxQk2UG9yZqpUBS iadWuU/mRnr9G8kpmZkHgEI= X-Google-Smtp-Source: ABdhPJxAB1fxVvguMzzS9pPQar0ZSLiVaHnPSqayVPTb0W96ZibRfHgK6i+ws94hG/4IbD/xNcdZfg== X-Received: by 2002:a5d:584c:: with SMTP id i12mr6162936wrf.365.1635430820014; Thu, 28 Oct 2021 07:20:20 -0700 (PDT) Received: from localhost.localdomain (i5C74E249.versanet.de. [92.116.226.73]) by smtp.gmail.com with ESMTPSA id m2sm6284546wml.15.2021.10.28.07.20.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 07:20:19 -0700 (PDT) From: Lukas Bulwahn To: Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sekhar Nori , Bartosz Golaszewski , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Dinh Nguyen , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Bulwahn Subject: [PATCH 12/13] arm: socfpga: always select PL310_ERRATA_753970 Date: Thu, 28 Oct 2021 16:19:37 +0200 Message-Id: <20211028141938.3530-13-lukas.bulwahn@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20211028141938.3530-1-lukas.bulwahn@gmail.com> References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit fbc125afdc50 ("ARM: socfpga: Turn on ARM errata for L2 cache") adds some selects in ./arch/arm/mach-socfpga/Kconfig, with one select being conditionally selected on the non-existing Kconfig symbol PL310. Hence, ./scripts/checkkconfigsymbols.py warns: PL310 Referencing files: arch/arm/mach-socfpga/Kconfig Assuming that this errata should actually be selected for ARCH_INTEL_SOCFPGA, simply select this config unconditionally. Signed-off-by: Lukas Bulwahn --- arch/arm/mach-socfpga/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 43ddec677c0b..c21df17202a6 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -16,7 +16,7 @@ menuconfig ARCH_INTEL_SOCFPGA select ARM_ERRATA_775420 select PL310_ERRATA_588369 select PL310_ERRATA_727915 - select PL310_ERRATA_753970 if PL310 + select PL310_ERRATA_753970 select PL310_ERRATA_769419 if ARCH_INTEL_SOCFPGA -- 2.26.2 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65796C433F5 for ; Thu, 28 Oct 2021 14:27:16 +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 30F1E60EBD for ; Thu, 28 Oct 2021 14:27:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 30F1E60EBD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wc6yH5w8lPSyG1iE3otjoiPvSlpHC2XHXHOBGCqZBB8=; b=PAtV+0ZxSGkh8x Q7NfFhAZ2sbjuD9X/9LBj2VxUeXBaOdEVLiuhPVPNXlIBHq6PyYtY1Cxkqe5ix2I40CTXgNSLJA2o WMbGy7AfGeDYZ5lInpGsqYRgZFGDl6zaAyPXEKaZiK83MaC4fxrMlc+hwXq7Ouba7PosoK9nAEnli tPqIXNKPQRJH/2zsXZWU7BtnPD/4ieZRohp4ACKGXHKeQCTtuKX59WOYP+U2+stnIDVBj0gcQ0m6d n3PAEUn7lmgqFDR92NE7KU+epBdPz5HyB/ZPosIe315mqNoZ1wAgbhBia4M05sulfibIm6SyhDX8u SYaBtDgIYjglVksjfJ6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mg6LM-0088a1-Jj; Thu, 28 Oct 2021 14:25:25 +0000 Received: from mail-wr1-x435.google.com ([2a00:1450:4864:20::435]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mg6GT-0086Ne-GW for linux-arm-kernel@lists.infradead.org; Thu, 28 Oct 2021 14:20:23 +0000 Received: by mail-wr1-x435.google.com with SMTP id p14so10460783wrd.10 for ; Thu, 28 Oct 2021 07:20:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=i7gwbG6UFkkaU6lNQMINz/kDW0z+hx1/TQcDms7EvjA=; b=lQ5OcjGIeh4NWjsNWv6j+yKcMQtIziyKvbwOas0MSzkEbju8H0ZnDckxAxYW/du82l ca5gAa3XAltOr/QYzm/K2OZmNEz+PuC8je4ThTALteh3btLgk95l6/8WtQuvVIC1mXoX ZgZKg7OhgK5stvkpFa72LQm4n+b7fhxu6d5FXxc3M/+fg9tNh1oMyx3NGqSTmB804FWq 8vLzv2I7+Jv3SyrFkE1bRNm++K7Bjjfr+SDFvVgTcI8sksFNwxZQ/TFUObSGWv4qWzqV 07w+Ht6Xpu0MzgMwihImF6bIhjuT5JCvNcgLT8evs1rJgoqHw4ra+7yHAbZGa4t/LFPo o9+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=i7gwbG6UFkkaU6lNQMINz/kDW0z+hx1/TQcDms7EvjA=; b=AZc99fHyObQVDJZcWRsmJGnDtdgnRbY99cOkmqJk8YEMaxJfrF/hslDvGCsdNFRLIk ak69XbEq7s3x3mtSI3eeS26X60KQ9IruSyhbcjsERb7GooZupJDoGqkEVRNRT+cjksPf qLFmbmR/jaDrA08cmQ6MrelTE/jf27ZiGD5YW5e7XZoBbzN6hUfC7T0t9YBRZIKRJQzf dkcyKuwy9Ix55uy1Y+/l2z6Yy1rW/wpfne9I+LBIO950gurTsUiuLToOzDn2o8xE7Gge 10r3OZyxqf9JVkV9N/fvGwz58U83exjKUGSeQ7rgkA+tHncoMP3/2TTD0SpQckosE6xn lilA== X-Gm-Message-State: AOAM533Ju5qe6rMCmcwNRkP7wP/vHZLb+ShISzD72nXlQSYCoHKDFYey Tv8wISY9ax1VH8nG5xYBWVs= X-Google-Smtp-Source: ABdhPJxAB1fxVvguMzzS9pPQar0ZSLiVaHnPSqayVPTb0W96ZibRfHgK6i+ws94hG/4IbD/xNcdZfg== X-Received: by 2002:a5d:584c:: with SMTP id i12mr6162936wrf.365.1635430820014; Thu, 28 Oct 2021 07:20:20 -0700 (PDT) Received: from localhost.localdomain (i5C74E249.versanet.de. [92.116.226.73]) by smtp.gmail.com with ESMTPSA id m2sm6284546wml.15.2021.10.28.07.20.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 07:20:19 -0700 (PDT) From: Lukas Bulwahn To: Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sekhar Nori , Bartosz Golaszewski , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Dinh Nguyen , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Bulwahn Subject: [PATCH 12/13] arm: socfpga: always select PL310_ERRATA_753970 Date: Thu, 28 Oct 2021 16:19:37 +0200 Message-Id: <20211028141938.3530-13-lukas.bulwahn@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20211028141938.3530-1-lukas.bulwahn@gmail.com> References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211028_072021_616127_DD21F1A3 X-CRM114-Status: GOOD ( 13.63 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Commit fbc125afdc50 ("ARM: socfpga: Turn on ARM errata for L2 cache") adds some selects in ./arch/arm/mach-socfpga/Kconfig, with one select being conditionally selected on the non-existing Kconfig symbol PL310. Hence, ./scripts/checkkconfigsymbols.py warns: PL310 Referencing files: arch/arm/mach-socfpga/Kconfig Assuming that this errata should actually be selected for ARCH_INTEL_SOCFPGA, simply select this config unconditionally. Signed-off-by: Lukas Bulwahn --- arch/arm/mach-socfpga/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 43ddec677c0b..c21df17202a6 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -16,7 +16,7 @@ menuconfig ARCH_INTEL_SOCFPGA select ARM_ERRATA_775420 select PL310_ERRATA_588369 select PL310_ERRATA_727915 - select PL310_ERRATA_753970 if PL310 + select PL310_ERRATA_753970 select PL310_ERRATA_769419 if ARCH_INTEL_SOCFPGA -- 2.26.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8C0DC4332F for ; Thu, 28 Oct 2021 14:29:01 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 5A6DA60720 for ; Thu, 28 Oct 2021 14:29:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5A6DA60720 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Hg7Gg6CCYz2x9Z for ; Fri, 29 Oct 2021 01:28:59 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=lQ5OcjGI; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2a00:1450:4864:20::433; helo=mail-wr1-x433.google.com; envelope-from=lukas.bulwahn@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=lQ5OcjGI; dkim-atps=neutral Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) (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 4Hg74l18dYz30RK for ; Fri, 29 Oct 2021 01:20:22 +1100 (AEDT) Received: by mail-wr1-x433.google.com with SMTP id d3so10499488wrh.8 for ; Thu, 28 Oct 2021 07:20:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=i7gwbG6UFkkaU6lNQMINz/kDW0z+hx1/TQcDms7EvjA=; b=lQ5OcjGIeh4NWjsNWv6j+yKcMQtIziyKvbwOas0MSzkEbju8H0ZnDckxAxYW/du82l ca5gAa3XAltOr/QYzm/K2OZmNEz+PuC8je4ThTALteh3btLgk95l6/8WtQuvVIC1mXoX ZgZKg7OhgK5stvkpFa72LQm4n+b7fhxu6d5FXxc3M/+fg9tNh1oMyx3NGqSTmB804FWq 8vLzv2I7+Jv3SyrFkE1bRNm++K7Bjjfr+SDFvVgTcI8sksFNwxZQ/TFUObSGWv4qWzqV 07w+Ht6Xpu0MzgMwihImF6bIhjuT5JCvNcgLT8evs1rJgoqHw4ra+7yHAbZGa4t/LFPo o9+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=i7gwbG6UFkkaU6lNQMINz/kDW0z+hx1/TQcDms7EvjA=; b=zFHIxl2ngcLS4WwuFgzaF/99YbtsLNZ6CE7x23rqfoW7atsiWidzyaPLUDqC2IVcfS oU03V3vJI7O63I1EUiX8fcy+noj40pGDmswXmDA/H9HWtJROwWXJUIJ4HErb2RjgplMA 5hWcgB/1T3A9WyuIh/I/uRYDpA1ZpfC7mMI+plXDOgyNFoemqLkGHcKkV5hz9WNHWExT 9e/Y3Qq5u+3+HPjE7K28IiGjB48pkBzJ4Ij6rVK+WAqBSJ/NDAamo2DNyeXwHWHHnb3a m6B9AosojBQK+7+ETdiJezlP7UFmqSqwMUfhYOYJSw0r+St2JjtpTOv5wSxlNKujiKeo NnHw== X-Gm-Message-State: AOAM533O+biSIZs3DyhOAlMsLGKAND4RvaMrqciFYIz86B4QcdW5F4q5 O71WPw00FRdMykUCGAaHDxK5P7r/ekutGA== X-Google-Smtp-Source: ABdhPJxAB1fxVvguMzzS9pPQar0ZSLiVaHnPSqayVPTb0W96ZibRfHgK6i+ws94hG/4IbD/xNcdZfg== X-Received: by 2002:a5d:584c:: with SMTP id i12mr6162936wrf.365.1635430820014; Thu, 28 Oct 2021 07:20:20 -0700 (PDT) Received: from localhost.localdomain (i5C74E249.versanet.de. [92.116.226.73]) by smtp.gmail.com with ESMTPSA id m2sm6284546wml.15.2021.10.28.07.20.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 07:20:19 -0700 (PDT) From: Lukas Bulwahn To: Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sekhar Nori , Bartosz Golaszewski , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Dinh Nguyen , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org Subject: [PATCH 12/13] arm: socfpga: always select PL310_ERRATA_753970 Date: Thu, 28 Oct 2021 16:19:37 +0200 Message-Id: <20211028141938.3530-13-lukas.bulwahn@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20211028141938.3530-1-lukas.bulwahn@gmail.com> References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lukas Bulwahn , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" Commit fbc125afdc50 ("ARM: socfpga: Turn on ARM errata for L2 cache") adds some selects in ./arch/arm/mach-socfpga/Kconfig, with one select being conditionally selected on the non-existing Kconfig symbol PL310. Hence, ./scripts/checkkconfigsymbols.py warns: PL310 Referencing files: arch/arm/mach-socfpga/Kconfig Assuming that this errata should actually be selected for ARCH_INTEL_SOCFPGA, simply select this config unconditionally. Signed-off-by: Lukas Bulwahn --- arch/arm/mach-socfpga/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 43ddec677c0b..c21df17202a6 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -16,7 +16,7 @@ menuconfig ARCH_INTEL_SOCFPGA select ARM_ERRATA_775420 select PL310_ERRATA_588369 select PL310_ERRATA_727915 - select PL310_ERRATA_753970 if PL310 + select PL310_ERRATA_753970 select PL310_ERRATA_769419 if ARCH_INTEL_SOCFPGA -- 2.26.2