1if ARCH_MX7ULP 2 3config SYS_SOC 4 default "mx7ulp" 5 6choice 7 prompt "MX7ULP board select" 8 optional 9 10config TARGET_MX7ULP_EVK 11 bool "Support mx7ulp EVK board" 12 select SYS_ARCH_TIMER 13 14endchoice 15 16source "board/freescale/mx7ulp_evk/Kconfig" 17 18endif 19