From 5ec7ed8bbfdde7e563fa14b5575178f026074a2b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 21 Nov 2018 14:42:47 -0500 Subject: [PATCH] arch: suspend CONFIG_SOC's doomsday This option is useful to have for a flatter hierarchy for one-off SoCs that aren't split into family and series from the silicon vendor perspective. The commit saying it was going to go away is from 2 years ago; it hasn't happened and it doesn't seem to need to happen. Just delete it. Signed-off-by: Marti Bolivar --- arch/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index 2d48d74767..cbe09680f7 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -421,8 +421,7 @@ config SOC help SoC name which can be found under soc//. This option holds the directory name used by the build system to locate - the correct linker and header files for the SoC. This option will go away - once all SoCs are using family/series structure. + the correct linker and header files for the SoC. config SOC_SERIES string