We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671cb65 commit d1219f4Copy full SHA for d1219f4
arch/arm/soc/nxp_imx/mcimx7_m4/Kconfig.soc
@@ -22,9 +22,13 @@ if SOC_MCIMX7_M4
22
config SOC_PART_NUMBER_MCIMX7D5EVM10SC
23
bool
24
25
+config SOC_PART_NUMBER_MCIMX7S3DVK08SA
26
+ bool
27
+
28
config SOC_PART_NUMBER_IMX7_M4
29
string
30
default "MCIMX7D5EVM10SC" if SOC_PART_NUMBER_MCIMX7D5EVM10SC
31
+ default "MCIMX7S3DVK08SA" if SOC_PART_NUMBER_MCIMX7S3DVK08SA
32
help
33
This string holds the full part number of the SoC. It is a hidden option
34
that you should not set directly. The part number selection choice defines
0 commit comments