Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: ti: Kconfig: Drop ARM64 SoC specific configs

With the integration of chip-id detection scheme in kernel[1], there
is no specific need to maintain multitudes of SoC specific config
options, discussed as per [2], we have deprecated the usage in other
places for v5.10-rc1. Drop the configuration for the follow on kernel.

[1] drivers/soc/ti/k3-socinfo.c commit 907a2b7e2fc7 ("soc: ti: add k3 platforms chipid module driver")

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

authored by

Nishanth Menon and committed by
Santosh Shilimkar
e83b2358 50883aff

-18
-18
drivers/soc/ti/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - # 64-bit ARM SoCs from TI 3 - if ARM64 4 - 5 - if ARCH_K3 6 - 7 - config ARCH_K3_AM6_SOC 8 - bool "K3 AM6 SoC" 9 - help 10 - Enable support for TI's AM6 SoC Family support 11 - 12 - config ARCH_K3_J721E_SOC 13 - bool "K3 J721E SoC" 14 - help 15 - Enable support for TI's J721E SoC Family support 16 - 17 - endif 18 - 19 - endif 20 2 21 3 # 22 4 # TI SOC drivers