aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/freescale/imx8mn_evk/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/freescale/imx8mn_evk/Kconfig')
-rw-r--r--roms/u-boot/board/freescale/imx8mn_evk/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/imx8mn_evk/Kconfig b/roms/u-boot/board/freescale/imx8mn_evk/Kconfig
new file mode 100644
index 000000000..478f4ed66
--- /dev/null
+++ b/roms/u-boot/board/freescale/imx8mn_evk/Kconfig
@@ -0,0 +1,18 @@
+if TARGET_IMX8MN_EVK || TARGET_IMX8MN_DDR4_EVK
+
+config SYS_BOARD
+ default "imx8mn_evk"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "imx8mn_evk"
+
+config IMX8MN_LOW_DRIVE_MODE
+ bool "Enable the low drive mode of iMX8MN on EVK board"
+ default n
+
+source "board/freescale/common/Kconfig"
+
+endif