blob: 2bcfb25cf838b909e697036d98c1845e8104a789 [file] [log] [blame]
Adam Ford8e958832020-12-11 06:01:46 -06001if TARGET_IMX8MN_BEACON
2
3config SYS_BOARD
4 default "imx8mn"
5
6config SYS_VENDOR
7 default "beacon"
8
9config SYS_CONFIG_NAME
10 default "imx8mn_beacon"
11
12config IMX8MN_FORCE_NOM_SOC
13 bool "Force to use nominal mode for SOC and ARM"
14 default n
15
Adam Ford5d9b1662021-02-16 08:19:52 -060016config IMX8MN_BEACON_2GB_LPDDR
17 bool "Enable 2GB LPDDR"
18 default n
19
Adam Ford8e958832020-12-11 06:01:46 -060020source "board/freescale/common/Kconfig"
21
22endif