From 0ac386683f9d6067388f45df8df577acd504ce7d Mon Sep 17 00:00:00 2001 From: David Leach Date: Thu, 8 Feb 2024 13:10:35 -0600 Subject: [PATCH] soc: Kconfig.v2: Add SOC_PART_NUMBER Add SOC_PART_NUMBER to set of SOC configuration parameters Signed-off-by: David Leach --- soc/Kconfig.v2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/soc/Kconfig.v2 b/soc/Kconfig.v2 index 3faceee06d5..40008123a02 100644 --- a/soc/Kconfig.v2 +++ b/soc/Kconfig.v2 @@ -28,5 +28,12 @@ config SOC_FAMILY SoC if the SoC belongs to a SoC family. Usually a SoC family also indicates the vendor of the SoC. +config SOC_PART_NUMBER + string + help + This string holds the full part number of the SoC. It is a hidden option + that you should not set directly. The part number selection choice defines + the default value for this string. + # Source all Kconfig HWMv2 from SoC roots. source "$(KCONFIG_BINARY_DIR)/soc/Kconfig.soc"