mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 14:27:17 +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>
15 lines
249 B
Text
15 lines
249 B
Text
if TARGET_IMX8MN_VAR_SOM
|
|
|
|
config SYS_BOARD
|
|
default "imx8mn_var_som"
|
|
|
|
config SYS_VENDOR
|
|
default "variscite"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mn_var_som"
|
|
|
|
config IMX_CONFIG
|
|
default "board/variscite/imx8mn_var_som/imximage-8mn-ddr4.cfg"
|
|
|
|
endif
|