diff options
author | Nishanth Menon <nm@ti.com> | 2021-01-07 14:22:28 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-01-15 17:54:23 +0100 |
commit | 2004e62a2a06b9029f7d728a0b5d19a499569184 (patch) | |
tree | 54e2e18a20ec3d073188fa0dac086e6242df14b4 /arch/arm64 | |
parent | bus: arm-integrator-lm: Add of_node_put() before return statement (diff) | |
download | linux-2004e62a2a06b9029f7d728a0b5d19a499569184.tar.xz linux-2004e62a2a06b9029f7d728a0b5d19a499569184.zip |
arm64: defconfig: Drop unused K3 SoC specific options
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>
Link: https://lore.kernel.org/r/20210107132228.6577-1-nm@ti.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
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 |