blob: 478f4ed66ed8ed2f144ffc8b8ce4313d5b26c277 [file] [log] [blame]
Peng Fan4e805c12021-03-19 15:57:08 +08001if TARGET_IMX8MN_EVK || TARGET_IMX8MN_DDR4_EVK
Peng Fand239d9d2019-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 Li98bcdf12021-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
Peng Fand239d9d2019-09-16 03:09:55 +000016source "board/freescale/common/Kconfig"
17
18endif