mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
93145335fb
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_IMX8QM_ROM7720_A1
|
|
|
|
config SYS_BOARD
|
|
default "imx8qm_rom7720_a1"
|
|
|
|
config SYS_VENDOR
|
|
default "advantech"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8qm_rom7720"
|
|
|
|
config IMX_CONFIG
|
|
default "board/advantech/imx8qm_rom7720_a1/imximage.cfg"
|
|
|
|
endif
|