blob: ed5f0aeb2d5ee7496651a063fe2bafadbdbc5862 [file] [log] [blame]
Peng Fan2c7b1702017-02-22 16:21:39 +08001if ARCH_MX7ULP
2
3config SYS_SOC
4 default "mx7ulp"
5
Ye Lie1c0b402019-07-22 01:24:50 +00006config MX7ULP
7 bool
8
Peng Fanf7765d72017-02-22 16:21:56 +08009choice
10 prompt "MX7ULP board select"
11 optional
12
13config TARGET_MX7ULP_EVK
Ye Lie1c0b402019-07-22 01:24:50 +000014 bool "Support mx7ulp EVK board"
15 select MX7ULP
Andre Przywara7b169252018-04-12 04:24:46 +030016 select SYS_ARCH_TIMER
Peng Fanf7765d72017-02-22 16:21:56 +080017
18endchoice
19
20source "board/freescale/mx7ulp_evk/Kconfig"
21
Peng Fan2c7b1702017-02-22 16:21:39 +080022endif