blob: eb37630718d2c604841590f5ea0d0c1e977fb785 [file] [log] [blame]
Peng Fan80607bf2021-03-19 15:57:08 +08001if TARGET_IMX8MN_EVK || TARGET_IMX8MN_DDR4_EVK
Peng Fana181afe2019-09-16 03:09:55 +00002
3config SYS_BOARD
4 default "imx8mn_evk"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_CONFIG_NAME
10 default "imx8mn_evk"
11
Ye Liee337ce2021-03-19 15:57:09 +080012config IMX8MN_LOW_DRIVE_MODE
13 bool "Enable the low drive mode of iMX8MN on EVK board"
14 default n
15
Tom Rini57b93812021-08-24 20:41:00 -040016config IMX_CONFIG
17 default "board/freescale/imx8mn_evk/imximage-8mn-ddr4.cfg"
18
Peng Fana181afe2019-09-16 03:09:55 +000019source "board/freescale/common/Kconfig"
20
21endif