From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org,
Linus Walleij <linus.walleij@linaro.org>
Cc: Anders Roxell <anders.roxell@linaro.org>,
Arnd Bergmann <arnd@arndb.de>,
Andre Przywara <andre.przywara@arm.com>,
Gregory CLEMENT <gregory.clement@bootlin.com>,
Douglas Anderson <dianders@chromium.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Mark Brown <broonie@kernel.org>,
Sudeep Holla <sudeep.holla@arm.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH 02/11] ARM: defconfig: clean up multi_v4t and multi_v5 configs
Date: Thu, 18 Aug 2022 15:57:11 +0200 [thread overview]
Message-ID: <20220818135737.3143895-1-arnd@kernel.org> (raw)
In-Reply-To: <20220818135522.3143514-1-arnd@kernel.org>
From: Arnd Bergmann <arnd@arndb.de>
Integrator now selects the regulators and versatile selects the
reset driver, so the correspondig options can be dropped from
the defconfig files.
Fixes: d2854bbe5f5c ("ARM: integrator: Add some Kconfig selections")
Fixes: 1c6e288da6cc ("ARM: versatile: move restart to the device tree")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
arch/arm/configs/multi_v4t_defconfig | 2 --
arch/arm/configs/multi_v5_defconfig | 1 -
2 files changed, 3 deletions(-)
diff --git a/arch/arm/configs/multi_v4t_defconfig b/arch/arm/configs/multi_v4t_defconfig
index 6c3e45b71ab5..e2fd822f741a 100644
--- a/arch/arm/configs/multi_v4t_defconfig
+++ b/arch/arm/configs/multi_v4t_defconfig
@@ -71,8 +71,6 @@ CONFIG_POWER_RESET_SYSCON_POWEROFF=y
CONFIG_WATCHDOG=y
CONFIG_GPIO_WATCHDOG=y
CONFIG_AT91RM9200_WATCHDOG=y
-CONFIG_REGULATOR=y
-CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_GPIO=y
CONFIG_FB=y
CONFIG_FB_CLPS711X=y
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig
index 5f3ed81228b0..a65f32a78885 100644
--- a/arch/arm/configs/multi_v5_defconfig
+++ b/arch/arm/configs/multi_v5_defconfig
@@ -149,7 +149,6 @@ CONFIG_SPI_SUN6I=y
CONFIG_GPIO_ASPEED=m
CONFIG_GPIO_ASPEED_SGPIO=y
CONFIG_GPIO_MXC=y
-CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
CONFIG_POWER_RESET_QNAP=y
CONFIG_SENSORS_ADT7475=y
--
2.29.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org,
Linus Walleij <linus.walleij@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Sudeep Holla <sudeep.holla@arm.com>,
Gregory CLEMENT <gregory.clement@bootlin.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Andre Przywara <andre.przywara@arm.com>,
Mark Brown <broonie@kernel.org>,
Anders Roxell <anders.roxell@linaro.org>,
Douglas Anderson <dianders@chromium.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH 02/11] ARM: defconfig: clean up multi_v4t and multi_v5 configs
Date: Thu, 18 Aug 2022 15:57:11 +0200 [thread overview]
Message-ID: <20220818135737.3143895-1-arnd@kernel.org> (raw)
In-Reply-To: <20220818135522.3143514-1-arnd@kernel.org>
From: Arnd Bergmann <arnd@arndb.de>
Integrator now selects the regulators and versatile selects the
reset driver, so the correspondig options can be dropped from
the defconfig files.
Fixes: d2854bbe5f5c ("ARM: integrator: Add some Kconfig selections")
Fixes: 1c6e288da6cc ("ARM: versatile: move restart to the device tree")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
arch/arm/configs/multi_v4t_defconfig | 2 --
arch/arm/configs/multi_v5_defconfig | 1 -
2 files changed, 3 deletions(-)
diff --git a/arch/arm/configs/multi_v4t_defconfig b/arch/arm/configs/multi_v4t_defconfig
index 6c3e45b71ab5..e2fd822f741a 100644
--- a/arch/arm/configs/multi_v4t_defconfig
+++ b/arch/arm/configs/multi_v4t_defconfig
@@ -71,8 +71,6 @@ CONFIG_POWER_RESET_SYSCON_POWEROFF=y
CONFIG_WATCHDOG=y
CONFIG_GPIO_WATCHDOG=y
CONFIG_AT91RM9200_WATCHDOG=y
-CONFIG_REGULATOR=y
-CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_GPIO=y
CONFIG_FB=y
CONFIG_FB_CLPS711X=y
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig
index 5f3ed81228b0..a65f32a78885 100644
--- a/arch/arm/configs/multi_v5_defconfig
+++ b/arch/arm/configs/multi_v5_defconfig
@@ -149,7 +149,6 @@ CONFIG_SPI_SUN6I=y
CONFIG_GPIO_ASPEED=m
CONFIG_GPIO_ASPEED_SGPIO=y
CONFIG_GPIO_MXC=y
-CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
CONFIG_POWER_RESET_QNAP=y
CONFIG_SENSORS_ADT7475=y
--
2.29.2
next prev parent reply other threads:[~2022-08-18 14:12 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 ` Arnd Bergmann [this message]
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 ` [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 ` [PATCH 09/11] ARM: defconfig: drop CONFIG_MICROCHIP_PIT64B Arnd Bergmann
2022-08-18 13:57 ` 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-1-arnd@kernel.org \
--to=arnd@kernel.org \
--cc=anders.roxell@linaro.org \
--cc=andre.przywara@arm.com \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=dianders@chromium.org \
--cc=gregory.clement@bootlin.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sudeep.holla@arm.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.