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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A10FC00140 for ; Thu, 18 Aug 2022 14:01:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245485AbiHROAR (ORCPT ); Thu, 18 Aug 2022 10:00:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245488AbiHRN7x (ORCPT ); Thu, 18 Aug 2022 09:59:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43B7C6581D for ; Thu, 18 Aug 2022 06:59:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7B992616D6 for ; Thu, 18 Aug 2022 13:59:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39477C433D7; Thu, 18 Aug 2022 13:59:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831177; bh=61Oba51zV0nz21GhypXJPC6ussrVhCNLSAtE5ZokxfM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MQQiY+Bll8/yQiSgFoXQPf8mrQUjOYpAAV27QhJkFOYor14FNXpbr/bcstC9ZvMC+ 7aIESd7aScEu5+l0t1LtiVSkdZa89FxAuxqZ+9llSfI2GyNx1tJZmsd4wzGjL/V0ks ODzFK8FCx9mM6trysHTP95BRAL/jnlhKr6hw81MTbTVq7R18efui8jP0hfSH7AH0XU EUGhSrLrXcU9p757GGbHiIJ838IbBRBEkZ18MDGBgN2VHozm52LFIju4oUksQuKukp k7ay8MI9uQotdgK7/NMdoNtFEVx721fPZ3j8osHdwRcS5HgC1ULy/OfANK2wk/9+lp sBsibwa0j64xw== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Nicolas Ferre , Claudiu Beznea Cc: Arnd Bergmann , Joel Stanley , Florian Fainelli , Thierry Reding , Dmitry Osipenko , Mark Brown , William Zhang , Stephan Gerhold , Michael Walle , linux-kernel@vger.kernel.org Subject: [PATCH 09/11] ARM: defconfig: drop CONFIG_MICROCHIP_PIT64B Date: Thu, 18 Aug 2022 15:57:18 +0200 Message-Id: <20220818135737.3143895-8-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnd Bergmann This is now default-enabled when CONFIG_SOC_SAMA7 is used, so the defconfig entry can be dropped. Fixes: f611af4c3bfa ("ARM: at91: Kconfig: implement PIT64B selection") Signed-off-by: Arnd Bergmann --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 1cb293adecb1..2b564defe33e 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1044,7 +1044,6 @@ CONFIG_MSM_MMCC_8960=y CONFIG_MSM_MMCC_8974=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y -CONFIG_MICROCHIP_PIT64B=y CONFIG_BCM2835_MBOX=y CONFIG_QCOM_APCS_IPC=y CONFIG_QCOM_IPCC=y -- 2.29.2