forked from OERV-BSP/u-boot
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>
16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
if TARGET_IMX8MM_ICORE_MX8MM
|
|
|
|
config SYS_BOARD
|
|
default "imx8mm"
|
|
|
|
config SYS_VENDOR
|
|
default "engicam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mm_icore_mx8mm"
|
|
|
|
config IMX_CONFIG
|
|
default "arch/arm/mach-imx/imx8m/imximage-8mm-lpddr4.cfg"
|
|
|
|
endif
|