mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-01 22:07:21 +00:00
The way that we use this file currently means that we have to guard it in every platform Kconfig. But it is also required in all NXP platforms, including non-reference platforms. Make all options in it have appropriate dependencies so that we can include it a single time under arch/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
18 lines
346 B
Text
18 lines
346 B
Text
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"
|
|
|
|
config IMX_CONFIG
|
|
default "board/freescale/imx8mn_evk/imximage-8mn-ddr4.cfg"
|
|
|
|
endif
|