mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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>
21 lines
363 B
Text
21 lines
363 B
Text
if TARGET_IMX8MN_BEACON
|
|
|
|
config SYS_BOARD
|
|
default "imx8mn"
|
|
|
|
config SYS_VENDOR
|
|
default "beacon"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mn_beacon"
|
|
|
|
config IMX8MN_FORCE_NOM_SOC
|
|
bool "Force to use nominal mode for SOC and ARM"
|
|
|
|
config IMX8MN_BEACON_2GB_LPDDR
|
|
bool "Enable 2GB LPDDR"
|
|
|
|
config IMX_CONFIG
|
|
default "board/beacon/imx8mn/imximage-8mn-lpddr4.cfg"
|
|
|
|
endif
|