Peng Fan | 2c7b170 | 2017-02-22 16:21:39 +0800 | [diff] [blame] | 1 | if ARCH_MX7ULP |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "mx7ulp" |
| 5 | |
Peng Fan | f7765d7 | 2017-02-22 16:21:56 +0800 | [diff] [blame] | 6 | choice |
| 7 | prompt "MX7ULP board select" |
| 8 | optional |
| 9 | |
| 10 | config TARGET_MX7ULP_EVK |
| 11 | bool "Support mx7ulp EVK board" |
Andre Przywara | 7b16925 | 2018-04-12 04:24:46 +0300 | [diff] [blame] | 12 | select SYS_ARCH_TIMER |
Peng Fan | f7765d7 | 2017-02-22 16:21:56 +0800 | [diff] [blame] | 13 | |
| 14 | endchoice |
| 15 | |
| 16 | source "board/freescale/mx7ulp_evk/Kconfig" |
| 17 | |
Peng Fan | 2c7b170 | 2017-02-22 16:21:39 +0800 | [diff] [blame] | 18 | endif |