Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « imx « soc « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d80f899d22f9f3217d2444ff386bec5fd42db614 (plain)
1
2
3
4
5
6
7
8
9
10
menu "i.MX SoC drivers"

config IMX_GPCV2_PM_DOMAINS
	bool "i.MX GPCv2 PM domains"
	depends on ARCH_MXC || (COMPILE_TEST && OF)
	depends on PM
	select PM_GENERIC_DOMAINS
	default y if SOC_IMX7D

endmenu