* [PATCH] ARM: defconfig: cleanup orphaned CONFIGs
@ 2025-08-19 23:16 Trevor Woerner
2025-08-20 0:48 ` Dmitry Baryshkov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Trevor Woerner @ 2025-08-19 23:16 UTC (permalink / raw)
To: linux-kernel, Russell King, Bjorn Andersson, Konrad Dybcio,
Eric Biggers, Ard Biesheuvel, Arnd Bergmann, Takashi Iwai,
Geert Uytterhoeven, Heikki Krogerus, André Draszik,
Florian Fainelli, Kory Maincent, Dmitry Baryshkov,
Kuninori Morimoto, Lad Prabhakar, moderated list:ARM PORT,
open list:ARM/QUALCOMM SUPPORT
Drop CONFIG_ARCH_MSM8X60 and CONFIG_ARCH_MSM8960 which were removed in
commit 99497df59427 ("ARM: qcom: merge remaining subplatforms into sensible
Kconfig entry").
Drop CONFIG_ARCH_MSM8916 and CONFIG_ARCH_MSM8974 which were removed in
commit 85148df36835 ("ARM: qcom: drop most of 32-bit ARCH_QCOM subtypes").
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
arch/arm/configs/multi_v7_defconfig | 4 ----
arch/arm/configs/qcom_defconfig | 3 ---
2 files changed, 7 deletions(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index f2822eeefb95..151f50b3b2d6 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -87,10 +87,6 @@ CONFIG_SOC_AM33XX=y
CONFIG_SOC_AM43XX=y
CONFIG_SOC_DRA7XX=y
CONFIG_ARCH_QCOM=y
-CONFIG_ARCH_MSM8X60=y
-CONFIG_ARCH_MSM8916=y
-CONFIG_ARCH_MSM8960=y
-CONFIG_ARCH_MSM8974=y
CONFIG_ARCH_ROCKCHIP=y
CONFIG_ARCH_RENESAS=y
CONFIG_ARCH_INTEL_SOCFPGA=y
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index ec52ccece0ca..aa23a13274f9 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -10,9 +10,6 @@ CONFIG_EXPERT=y
CONFIG_KALLSYMS_ALL=y
CONFIG_PROFILING=y
CONFIG_ARCH_QCOM=y
-CONFIG_ARCH_MSM8X60=y
-CONFIG_ARCH_MSM8960=y
-CONFIG_ARCH_MSM8974=y
CONFIG_ARCH_MDM9615=y
CONFIG_SMP=y
CONFIG_ARM_PSCI=y
--
2.44.0.501.g19981daefd7c
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: defconfig: cleanup orphaned CONFIGs
2025-08-19 23:16 [PATCH] ARM: defconfig: cleanup orphaned CONFIGs Trevor Woerner
@ 2025-08-20 0:48 ` Dmitry Baryshkov
2025-08-20 6:17 ` Krzysztof Kozlowski
2025-08-24 2:55 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2025-08-20 0:48 UTC (permalink / raw)
To: Trevor Woerner
Cc: linux-kernel, Russell King, Bjorn Andersson, Konrad Dybcio,
Eric Biggers, Ard Biesheuvel, Arnd Bergmann, Takashi Iwai,
Geert Uytterhoeven, Heikki Krogerus, André Draszik,
Florian Fainelli, Kory Maincent, Dmitry Baryshkov,
Kuninori Morimoto, Lad Prabhakar, moderated list:ARM PORT,
open list:ARM/QUALCOMM SUPPORT
On Tue, Aug 19, 2025 at 07:16:30PM -0400, Trevor Woerner wrote:
> Drop CONFIG_ARCH_MSM8X60 and CONFIG_ARCH_MSM8960 which were removed in
> commit 99497df59427 ("ARM: qcom: merge remaining subplatforms into sensible
> Kconfig entry").
>
> Drop CONFIG_ARCH_MSM8916 and CONFIG_ARCH_MSM8974 which were removed in
> commit 85148df36835 ("ARM: qcom: drop most of 32-bit ARCH_QCOM subtypes").
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> arch/arm/configs/multi_v7_defconfig | 4 ----
> arch/arm/configs/qcom_defconfig | 3 ---
> 2 files changed, 7 deletions(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: defconfig: cleanup orphaned CONFIGs
2025-08-19 23:16 [PATCH] ARM: defconfig: cleanup orphaned CONFIGs Trevor Woerner
2025-08-20 0:48 ` Dmitry Baryshkov
@ 2025-08-20 6:17 ` Krzysztof Kozlowski
2025-08-24 2:55 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-20 6:17 UTC (permalink / raw)
To: Trevor Woerner, linux-kernel, Russell King, Bjorn Andersson,
Konrad Dybcio, Eric Biggers, Ard Biesheuvel, Arnd Bergmann,
Takashi Iwai, Geert Uytterhoeven, Heikki Krogerus,
André Draszik, Florian Fainelli, Kory Maincent,
Dmitry Baryshkov, Kuninori Morimoto, Lad Prabhakar,
moderated list:ARM PORT, open list:ARM/QUALCOMM SUPPORT
On 20/08/2025 01:16, Trevor Woerner wrote:
> Drop CONFIG_ARCH_MSM8X60 and CONFIG_ARCH_MSM8960 which were removed in
> commit 99497df59427 ("ARM: qcom: merge remaining subplatforms into sensible
> Kconfig entry").
>
> Drop CONFIG_ARCH_MSM8916 and CONFIG_ARCH_MSM8974 which were removed in
> commit 85148df36835 ("ARM: qcom: drop most of 32-bit ARCH_QCOM subtypes").
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: defconfig: cleanup orphaned CONFIGs
2025-08-19 23:16 [PATCH] ARM: defconfig: cleanup orphaned CONFIGs Trevor Woerner
2025-08-20 0:48 ` Dmitry Baryshkov
2025-08-20 6:17 ` Krzysztof Kozlowski
@ 2025-08-24 2:55 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2025-08-24 2:55 UTC (permalink / raw)
To: linux-kernel, Russell King, Konrad Dybcio, Eric Biggers,
Ard Biesheuvel, Arnd Bergmann, Takashi Iwai, Geert Uytterhoeven,
Heikki Krogerus, André Draszik, Florian Fainelli,
Kory Maincent, Dmitry Baryshkov, Kuninori Morimoto, Lad Prabhakar,
linux-arm-kernel, linux-arm-msm, Trevor Woerner
On Tue, 19 Aug 2025 19:16:30 -0400, Trevor Woerner wrote:
> Drop CONFIG_ARCH_MSM8X60 and CONFIG_ARCH_MSM8960 which were removed in
> commit 99497df59427 ("ARM: qcom: merge remaining subplatforms into sensible
> Kconfig entry").
>
> Drop CONFIG_ARCH_MSM8916 and CONFIG_ARCH_MSM8974 which were removed in
> commit 85148df36835 ("ARM: qcom: drop most of 32-bit ARCH_QCOM subtypes").
>
> [...]
Applied, thanks!
[1/1] ARM: defconfig: cleanup orphaned CONFIGs
commit: bcafdbaff25930db6c8866056e0f4071dc71ca97
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-24 2:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 23:16 [PATCH] ARM: defconfig: cleanup orphaned CONFIGs Trevor Woerner
2025-08-20 0:48 ` Dmitry Baryshkov
2025-08-20 6:17 ` Krzysztof Kozlowski
2025-08-24 2:55 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).