u-boot-brain/board/beacon/imx8mn/Kconfig
Adam Ford 8e95883e46 imx: Add support for i.MX8MN Beacon EmbeddedWorks devkit.
Beacon EmbeddedWorks is releasing a devkit based on the i.MX8M
Nano SoC consisting of baseboard + SOM.

The kit is based on the same design as the Beacon dev kit with
the i.MX8M Mini.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2021-01-23 14:01:49 +01:00

19 lines
284 B
Plaintext

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
source "board/freescale/common/Kconfig"
endif