diff options
author | Nishanth Menon <nm@ti.com> | 2020-11-22 04:22:01 +0100 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | 2020-11-22 04:22:01 +0100 |
commit | e83b2358ab7ef0d39563b4e66233b356f99b7e77 (patch) | |
tree | 0fce2c6bd4e31628d07bdf59bdcdfbeb12326cff /drivers/soc/ti | |
parent | soc: ti: k3-ringacc: Provide documentation for 'k3_ring's 'state' (diff) | |
download | linux-e83b2358ab7ef0d39563b4e66233b356f99b7e77.tar.xz linux-e83b2358ab7ef0d39563b4e66233b356f99b7e77.zip |
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>
Diffstat (limited to 'drivers/soc/ti')
-rw-r--r-- | drivers/soc/ti/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig index f5b82ffa637b..7e2fb1c16af1 100644 --- a/drivers/soc/ti/Kconfig +++ b/drivers/soc/ti/Kconfig @@ -1,22 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# 64-bit ARM SoCs from TI -if ARM64 - -if ARCH_K3 - -config ARCH_K3_AM6_SOC - bool "K3 AM6 SoC" - help - Enable support for TI's AM6 SoC Family support - -config ARCH_K3_J721E_SOC - bool "K3 J721E SoC" - help - Enable support for TI's J721E SoC Family support - -endif - -endif # # TI SOC drivers |