diff mbox series

[U-Boot,01/17] imx: add i.MX8MN kconfig entry

Message ID 20190916032545.15831-2-peng.fan@nxp.com
State Accepted
Commit 66ec590c49f1704735336bcfd1c0890713151e26
Delegated to: Stefano Babic
Headers show
Series Add i.MX8MN support | expand

Commit Message

Peng Fan Sept. 16, 2019, 3:09 a.m. UTC
Add i.MX8MN kconfig entry

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/mach-imx/imx8m/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
index f520075875..b0932f1647 100644
--- a/arch/arm/mach-imx/imx8m/Kconfig
+++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -12,6 +12,10 @@  config IMX8MM
 	bool
 	select IMX8M
 
+config IMX8MN
+	bool
+	select IMX8M
+
 config SYS_SOC
 	default "imx8m"