[PATCH] arm64: defconfig: Drop K3 SoC specific options

From: Nishanth Menon
Date: Thu Nov 12 2020 - 16:54:53 EST


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@xxxxxx/

Signed-off-by: Nishanth Menon <nm@xxxxxx>
---

This is the follow on patch for the Kconfig symbol removal.
We just need to make sure it is in proper merge order for us to
prevent bisect failure.

arch/arm64/configs/defconfig | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 17a2df6a263e..1b782838105e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -958,8 +958,6 @@ CONFIG_ARCH_TEGRA_132_SOC=y
CONFIG_ARCH_TEGRA_210_SOC=y
CONFIG_ARCH_TEGRA_186_SOC=y
CONFIG_ARCH_TEGRA_194_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
--
2.29.2