blob: d4b0299dbd1d350d1bf509d2d1b5bfb2d0de21e2 [file] [log] [blame]
Peng Fane90a08d2017-02-22 16:21:39 +08001if ARCH_MX7ULP
2
3config SYS_SOC
4 default "mx7ulp"
5
Peng Fan77fa0452017-02-22 16:21:56 +08006choice
7 prompt "MX7ULP board select"
8 optional
9
10config TARGET_MX7ULP_EVK
11 bool "Support mx7ulp EVK board"
Andre Przywara7842b6a2018-04-12 04:24:46 +030012 select SYS_ARCH_TIMER
Peng Fan77fa0452017-02-22 16:21:56 +080013
14endchoice
15
16source "board/freescale/mx7ulp_evk/Kconfig"
17
Peng Fane90a08d2017-02-22 16:21:39 +080018endif