Kconfig (888dc273ea4e7ca332a6f73d10dfc8f2b212c803) Kconfig (15f5276a2fb1ad70d7a8e6321dd751c3d081e422)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "i.MX SoC drivers"
3
4config IMX_GPCV2_PM_DOMAINS
5 bool "i.MX GPCv2 PM domains"
6 depends on ARCH_MXC || (COMPILE_TEST && OF)
7 depends on PM
8 select PM_GENERIC_DOMAINS
9 default y if SOC_IMX7D
10
1menu "i.MX SoC drivers"
2
3config 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
10config IMX_SCU_SOC
11 bool "i.MX System Controller Unit SoC info support"
12 depends on IMX_SCU
13 select SOC_BUS
14 help
15 If you say yes here you get support for the NXP i.MX System
16 Controller Unit SoC info module, it will provide the SoC info
17 like SoC family, ID and revision etc.
18
11endmenu
19endmenu