Browse Source

soc: Kconfig.v2: Add SOC_PART_NUMBER

Add SOC_PART_NUMBER to set of SOC configuration parameters

Signed-off-by: David Leach <david.leach@nxp.com>
pull/69687/head
David Leach 1 year ago committed by Jamie McCrae
parent
commit
0ac386683f
  1. 7
      soc/Kconfig.v2

7
soc/Kconfig.v2

@ -28,5 +28,12 @@ config SOC_FAMILY @@ -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"

Loading…
Cancel
Save