blob: 35c978e8630c1e59e132d4dff322eeb299889b75 [file] [log] [blame]
Peng Fancd357ad2018-11-20 10:19:25 +00001if ARCH_IMX8M
2
3config IMX8M
4 bool
5 select ROM_UNIFIED_SECTIONS
6
Peng Fand968ae72019-08-27 06:24:54 +00007config IMX8MQ
8 bool
9 select IMX8M
10
Peng Fan1b1eaa02019-08-27 06:24:57 +000011config IMX8MM
12 bool
13 select IMX8M
14
Peng Fancd357ad2018-11-20 10:19:25 +000015config SYS_SOC
16 default "imx8m"
17
Peng Fan86ac7a92018-11-20 10:20:00 +000018choice
19 prompt "NXP i.MX8M board select"
20 optional
21
22config TARGET_IMX8MQ_EVK
23 bool "imx8mq_evk"
Peng Fand968ae72019-08-27 06:24:54 +000024 select IMX8MQ
Peng Fan86ac7a92018-11-20 10:20:00 +000025 select IMX8M_LPDDR4
26
27endchoice
28
29source "board/freescale/imx8mq_evk/Kconfig"
30
Peng Fancd357ad2018-11-20 10:19:25 +000031endif