Kconfig.imx 440 B

12345678910111213141516171819202122232425262728
  1. # IMX M4 Core SDK
  2. # Copyright (c) 2018, NXP
  3. # SPDX-License-Identifier: Apache-2.0
  4. config HAS_IMX_HAL
  5. bool
  6. select HAS_CMSIS_CORE
  7. depends on SOC_FAMILY_IMX
  8. if HAS_IMX_HAL
  9. config HAS_IMX_GPIO
  10. bool
  11. help
  12. Set if the GPIO module is present in the SoC.
  13. config HAS_IMX_I2C
  14. bool
  15. help
  16. Set if the I2C module is present in the SoC.
  17. config HAS_IMX_EPIT
  18. bool
  19. help
  20. Set if the EPIT module is present in the SoC.
  21. endif # HAS_IMX_HAL