Skip to content

Commit 930507c

Browse files
lynxeye-devShawn Guo
authored andcommitted
arm64: add basic Kconfig symbols for i.MX8
Add basic Kconfig symbols to make the MXC architecture available in the ARM64 world. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 35a3890 commit 930507c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ config ARCH_MVEBU
142142
- Armada 7K SoC Family
143143
- Armada 8K SoC Family
144144

145+
config ARCH_MXC
146+
bool "ARMv8 based NXP i.MX SoC family"
147+
select ARM64_ERRATUM_843419
148+
select ARM64_ERRATUM_845719
149+
help
150+
This enables support for the ARMv8 based SoCs in the
151+
NXP i.MX family.
152+
145153
config ARCH_QCOM
146154
bool "Qualcomm Platforms"
147155
select GPIOLIB

0 commit comments

Comments
 (0)