Message ID | 20210107132228.6577-1-nm@ti.com (mailing list archive) |
---|---|
State | Queued, archived |
Headers | show |
Series | [V2] arm64: defconfig: Drop unused K3 SoC specific options | expand |
From: Arnd Bergmann <arnd@arndb.de> On Thu, 7 Jan 2021 07:22:28 -0600, Nishanth Menon wrote: > With [1] integrated and all users of the config symbols removed, we > can safely remove the options from defconfig. > > [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201026170624.24241-1-nm@ti.com/ Applied to arm/fixes, thanks! [1/1] arm64: defconfig: Drop unused K3 SoC specific options commit: 2004e62a2a06b9029f7d728a0b5d19a499569184 Arnd
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 838301650a79..a0bcf0201261 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -991,8 +991,6 @@ CONFIG_ARCH_TEGRA_210_SOC=y CONFIG_ARCH_TEGRA_186_SOC=y CONFIG_ARCH_TEGRA_194_SOC=y CONFIG_ARCH_TEGRA_234_SOC=y -CONFIG_ARCH_K3_AM6_SOC=y -CONFIG_ARCH_K3_J721E_SOC=y CONFIG_TI_SCI_PM_DOMAINS=y CONFIG_EXTCON_PTN5150=m CONFIG_EXTCON_USB_GPIO=y
With [1] integrated and all users of the config symbols removed, we can safely remove the options from defconfig. [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201026170624.24241-1-nm@ti.com/ Signed-off-by: Nishanth Menon <nm@ti.com> --- Could ARM SoC maintainers pick this up for the 5.11 cycle? unfortunately, this dropped through the cracks as dependencies were getting pulled together. I dont have any other patches for 5.11 rcs V1: https://lore.kernel.org/linux-arm-kernel/20201112215438.31432-1-nm@ti.com/ arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-)