summaryrefslogtreecommitdiff
path: root/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig')
-rw-r--r--board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig b/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig
new file mode 100644
index 0000000..9e7e0fd
--- /dev/null
+++ b/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig
@@ -0,0 +1,17 @@
+if TARGET_MX7D_19X19_LPDDR3_ARM2 || TARGET_MX7D_19X19_LPDDR2_ARM2
+
+config SYS_BOARD
+ default "mx7d_19x19_lpddr3_arm2"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "mx7d_19x19_lpddr3_arm2"
+
+config NOR
+ bool "Support for NOR flash"
+ help
+ The i.MX SoC supports having a NOR flash connected to the WEIM.
+ Need to set this for NOR_BOOT.
+endif