]> git.ipfire.org Git - thirdparty/linux.git/blob - drivers/soc/imx/Kconfig
Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
[thirdparty/linux.git] / drivers / soc / imx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "i.MX SoC drivers"
3
4 config 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
11 config IMX_SCU_SOC
12 bool "i.MX System Controller Unit SoC info support"
13 depends on IMX_SCU
14 select SOC_BUS
15 help
16 If you say yes here you get support for the NXP i.MX System
17 Controller Unit SoC info module, it will provide the SoC info
18 like SoC family, ID and revision etc.
19
20 config SOC_IMX8M
21 bool "i.MX8M SoC family support"
22 depends on ARCH_MXC || COMPILE_TEST
23 default ARCH_MXC && ARM64
24 select SOC_BUS
25 help
26 If you say yes here you get support for the NXP i.MX8M family
27 support, it will provide the SoC info like SoC family,
28 ID and revision etc.
29
30 endmenu