Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp833125ybj; Tue, 5 May 2020 08:14:10 -0700 (PDT) X-Google-Smtp-Source: APiQypJ/KwctuVlxjtcpgm9hE7v/fj2wu0KldodWp8Re4LnK+CGtK9jO/A1oa46cKsBpE/WTl6m/ X-Received: by 2002:a17:906:390a:: with SMTP id f10mr3108914eje.74.1588691650720; Tue, 05 May 2020 08:14:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588691650; cv=none; d=google.com; s=arc-20160816; b=rPkmUFCewSgYAp6opKNuW8TtebhWUCzDQkoytT1l+RRb1Y1vJodgH0gu91tqNp14e9 ONd9EFMIj6xwKj1TaVsK68MeCTTWaCxVxxmAYalDPtxEWExuObpEM8DaOYlaeMjBE48T Z8fm1pFy0ggCOeoPHWFJJODlmY/kn6qIYr8NSOMF3/VAnMCkiEKGkbWZjqWjwggCX4nT bXRcw9bim3eD9rrKGjmJt8wjNX337eeDvPaPB1mS9yP2ffazfVAqYy4Shso0yh+QR3V5 2WrVf7fU3YPDJ4yEWE0QDaFAOiLO3uxCN+rUYWE8x3eCzjTz0ndFVPGv/hUhTF+cIFGY oocg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=RkZEmfPsOfAP9b+eSr+JxdPKt/WkhSLdY+SJkw8Czec=; b=E5KrXvdHLDKeMouyFvNTzchihOE3/dSNdW3IypD22Uqti6DCgyp8zyjuPWnpB4MtqY Zlgq2OtsB2JKmE7ih+8b0cR2SLq33Q2jpqd0YfjbE7/c3ZMwosG8YIcXwwG79uRMoqrX 128g0aT2BGOdDOu7JfHqhv7wZ7SP+BoFh9lYGCdU5oVga9pg7B3ueA6tRFfa/wm/KA9+ 7neEFdIwc/HSOseiz3znKCXBiAz4IsSoAT38iF9AaJvi2rCvFz42byQnM6kI5Gr8EOGd sAUU43qTp/xRO3ygwAiDUGUAU79T6zMWZyjqD9NcveSgjHFf5EoXsLnfkRMCiSYNrMI4 1Z/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r3si1379136edc.405.2020.05.05.08.13.45; Tue, 05 May 2020 08:14:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730137AbgEEPI0 (ORCPT + 99 others); Tue, 5 May 2020 11:08:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1729806AbgEEPHa (ORCPT ); Tue, 5 May 2020 11:07:30 -0400 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12D73C0610D6 for ; Tue, 5 May 2020 08:07:29 -0700 (PDT) Received: from ramsan ([IPv6:2a02:1810:ac12:ed60:bd97:8453:3b10:1832]) by andre.telenet-ops.be with bizsmtp id b37U2200X3VwRR30137UPJ; Tue, 05 May 2020 17:07:28 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jVzAO-00028X-5l; Tue, 05 May 2020 17:07:28 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jVzAO-0000Qz-0c; Tue, 05 May 2020 17:07:28 +0200 From: Geert Uytterhoeven To: soc@kernel.org Cc: Arnd Bergmann , Kevin Hilman , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven , Tony Lindgren , linux-omap@vger.kernel.org Subject: [PATCH v2 12/15] ARM: omap2plus: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0 Date: Tue, 5 May 2020 17:07:19 +0200 Message-Id: <20200505150722.1575-13-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200505150722.1575-1-geert+renesas@glider.be> References: <20200505150722.1575-1-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Support for TI AM43x SoCs depends on ARCH_MULTI_V7, which selects ARCH_MULTI_V6_V7. As the latter selects MIGHT_HAVE_CACHE_L2X0, there is no need for SOC_AM43XX to select MIGHT_HAVE_CACHE_L2X0. Signed-off-by: Geert Uytterhoeven Cc: Tony Lindgren Cc: linux-omap@vger.kernel.org Acked-by: Arnd Bergmann Acked-by: Tony Lindgren --- v2: - Add Acked-by. --- arch/arm/mach-omap2/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index dca7d06c0b938619..ea23205bf70f4df6 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -66,7 +66,6 @@ config SOC_AM43XX select ARCH_OMAP2PLUS select ARM_GIC select MACH_OMAP_GENERIC - select MIGHT_HAVE_CACHE_L2X0 select HAVE_ARM_SCU select GENERIC_CLOCKEVENTS_BROADCAST select HAVE_ARM_TWD -- 2.17.1