Skip to content

Commit d1219f4

Browse files
diegosueiroMaureenHelm
authored andcommitted
arch/mcimx7_m4: Add i.MX7 Solo Kconfig SoC partnumber define
Adds the proper Kconfig entries for the i.MX7S partnumber presented on WaRP7 board. Signed-off-by: Diego Sueiro <[email protected]>
1 parent 671cb65 commit d1219f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/soc/nxp_imx/mcimx7_m4/Kconfig.soc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ if SOC_MCIMX7_M4
2222
config SOC_PART_NUMBER_MCIMX7D5EVM10SC
2323
bool
2424

25+
config SOC_PART_NUMBER_MCIMX7S3DVK08SA
26+
bool
27+
2528
config SOC_PART_NUMBER_IMX7_M4
2629
string
2730
default "MCIMX7D5EVM10SC" if SOC_PART_NUMBER_MCIMX7D5EVM10SC
31+
default "MCIMX7S3DVK08SA" if SOC_PART_NUMBER_MCIMX7S3DVK08SA
2832
help
2933
This string holds the full part number of the SoC. It is a hidden option
3034
that you should not set directly. The part number selection choice defines

0 commit comments

Comments
 (0)