Kconfig 306 B

1234567891011121314151617181920212223
  1. if ARCH_IMX8ULP
  2. config IMX8ULP
  3. bool
  4. select ARMV8_SPL_EXCEPTION_VECTORS
  5. config SYS_SOC
  6. default "imx8ulp"
  7. choice
  8. prompt "i.MX8ULP board select"
  9. optional
  10. config TARGET_IMX8ULP_EVK
  11. bool "imx8ulp_evk"
  12. select IMX8ULP
  13. select SUPPORT_SPL
  14. endchoice
  15. source "board/freescale/imx8ulp_evk/Kconfig"
  16. endif