Kconfig 527 B

123456789101112131415161718192021
  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 IMX_SCU_SOC
  10. bool "i.MX System Controller Unit SoC info support"
  11. depends on IMX_SCU
  12. select SOC_BUS
  13. help
  14. If you say yes here you get support for the NXP i.MX System
  15. Controller Unit SoC info module, it will provide the SoC info
  16. like SoC family, ID and revision etc.
  17. endmenu