Kconfig 576 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "i.MX SoC drivers"
  3. config IMX_GPCV2_PM_DOMAINS
  4. bool "i.MX GPCv2 PM domains"
  5. depends on ARCH_MXC || (COMPILE_TEST && OF)
  6. depends on PM
  7. select PM_GENERIC_DOMAINS
  8. default y if SOC_IMX7D
  9. config SOC_IMX8M
  10. bool "i.MX8M SoC family support"
  11. depends on ARCH_MXC || COMPILE_TEST
  12. default ARCH_MXC && ARM64
  13. select SOC_BUS
  14. select ARM_GIC_V3 if ARCH_MXC && ARCH_MULTI_V7
  15. help
  16. If you say yes here you get support for the NXP i.MX8M family
  17. support, it will provide the SoC info like SoC family,
  18. ID and revision etc.
  19. endmenu