All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: Arnd Bergmann <arnd@arndb.de>, Joel Stanley <joel@jms.id.au>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Thierry Reding <treding@nvidia.com>,
	Dmitry Osipenko <digetx@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	William Zhang <william.zhang@broadcom.com>,
	Stephan Gerhold <stephan@gerhold.net>,
	Michael Walle <michael@walle.cc>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 09/11] ARM: defconfig: drop CONFIG_MICROCHIP_PIT64B
Date: Thu, 18 Aug 2022 15:57:18 +0200	[thread overview]
Message-ID: <20220818135737.3143895-8-arnd@kernel.org> (raw)
In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org>

From: Arnd Bergmann <arnd@arndb.de>

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 <arnd@arndb.de>
---
 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


WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: Arnd Bergmann <arnd@arndb.de>, Joel Stanley <joel@jms.id.au>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Thierry Reding <treding@nvidia.com>,
	Dmitry Osipenko <digetx@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	William Zhang <william.zhang@broadcom.com>,
	Stephan Gerhold <stephan@gerhold.net>,
	Michael Walle <michael@walle.cc>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 09/11] ARM: defconfig: drop CONFIG_MICROCHIP_PIT64B
Date: Thu, 18 Aug 2022 15:57:18 +0200	[thread overview]
Message-ID: <20220818135737.3143895-8-arnd@kernel.org> (raw)
In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org>

From: Arnd Bergmann <arnd@arndb.de>

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 <arnd@arndb.de>
---
 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-08-18 14:01 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 13:55 [PATCH 00/11] ARM: defconfig cleanup Arnd Bergmann
2022-08-18 13:55 ` [PATCH 01/11] ARM: defconfig: reorder defconfig files Arnd Bergmann
2022-08-19  7:34   ` Claudiu.Beznea
2022-08-19  9:17   ` Geert Uytterhoeven
2022-08-19 10:17     ` Arnd Bergmann
2022-08-25 21:32   ` Jernej Škrabec
2022-08-18 13:57 ` [PATCH 02/11] ARM: defconfig: clean up multi_v4t and multi_v5 configs Arnd Bergmann
2022-08-18 13:57   ` Arnd Bergmann
2022-08-18 13:57   ` [PATCH 03/11] ARM: defconfig: drop CONFIG_NET_VENDOR_ASIX=y Arnd Bergmann
2022-08-18 13:57     ` Arnd Bergmann
2022-08-18 13:57   ` [PATCH 04/11] ARM: defconfig: drop CONFIG_SERIAL_OMAP references Arnd Bergmann
2022-08-18 13:57     ` Arnd Bergmann
2022-08-22  5:46     ` Tony Lindgren
2022-08-22  5:46       ` Tony Lindgren
2022-08-18 13:57   ` [PATCH 05/11] ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS Arnd Bergmann
2022-08-18 13:57     ` Arnd Bergmann
2022-08-18 13:57   ` [PATCH 06/11] ARM: defconfig: drop CONFIG_PTP_1588_CLOCK=y Arnd Bergmann
2022-08-18 13:57     ` Arnd Bergmann
2022-08-18 15:10     ` Richard Cochran
2022-08-18 15:10       ` Richard Cochran
2022-08-18 13:57   ` [PATCH 07/11] ARM: defconfig: drop CONFIG_SND_SOC_FSL_SAI Arnd Bergmann
2022-08-18 13:57     ` Arnd Bergmann
2022-08-18 13:57   ` [PATCH 08/11] ARM: defconfig: drop CONFIG_USB_FSL_USB2 Arnd Bergmann
2022-08-18 13:57     ` Arnd Bergmann
2022-08-18 14:09     ` Greg Kroah-Hartman
2022-08-18 14:09       ` Greg Kroah-Hartman
2022-08-18 13:57   ` Arnd Bergmann [this message]
2022-08-18 13:57     ` [PATCH 09/11] ARM: defconfig: drop CONFIG_MICROCHIP_PIT64B Arnd Bergmann
2022-08-19  7:31     ` Claudiu.Beznea
2022-08-19  7:31       ` Claudiu.Beznea
2022-08-18 13:57   ` [PATCH 10/11] ARM: defconfig: fix CONFIG_SND_SOC_AC97_CODEC name Arnd Bergmann
2022-08-18 13:57     ` Arnd Bergmann
2022-08-18 13:57   ` [PATCH 11/11] musb: fix USB_MUSB_TUSB6010 dependency Arnd Bergmann
2022-08-18 13:57     ` Arnd Bergmann
2022-08-18 14:08     ` Greg Kroah-Hartman
2022-08-18 14:08       ` Greg Kroah-Hartman
2022-08-18 14:27       ` Arnd Bergmann
2022-08-18 14:27         ` Arnd Bergmann
2022-08-18 14:33         ` Greg Kroah-Hartman
2022-08-18 14:33           ` Greg Kroah-Hartman
2022-08-25 13:40   ` [PATCH 02/11] ARM: defconfig: clean up multi_v4t and multi_v5 configs Linus Walleij
2022-08-25 13:40     ` Linus Walleij
2022-08-29  8:52 ` [PATCH 00/11] ARM: defconfig cleanup Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220818135737.3143895-8-arnd@kernel.org \
    --to=arnd@kernel.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=claudiu.beznea@microchip.com \
    --cc=digetx@gmail.com \
    --cc=f.fainelli@gmail.com \
    --cc=joel@jms.id.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael@walle.cc \
    --cc=nicolas.ferre@microchip.com \
    --cc=stephan@gerhold.net \
    --cc=treding@nvidia.com \
    --cc=william.zhang@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.