2020-12-11 12:01:46 +00:00
|
|
|
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"
|
|
|
|
default n
|
|
|
|
|
2021-02-16 14:19:52 +00:00
|
|
|
config IMX8MN_BEACON_2GB_LPDDR
|
|
|
|
bool "Enable 2GB LPDDR"
|
|
|
|
default n
|
|
|
|
|
2020-12-11 12:01:46 +00:00
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
|
|
|
|
endif
|