2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-03-28 23:19:45 +08:00
|
|
|
menu "i.MX SoC drivers"
|
|
|
|
|
2018-11-16 23:49:27 +08:00
|
|
|
config IMX_GPCV2_PM_DOMAINS
|
|
|
|
bool "i.MX GPCv2 PM domains"
|
2019-01-12 16:56:31 +08:00
|
|
|
depends on ARCH_MXC || (COMPILE_TEST && OF)
|
2017-05-11 19:37:47 +08:00
|
|
|
depends on PM
|
|
|
|
select PM_GENERIC_DOMAINS
|
2017-03-28 23:19:45 +08:00
|
|
|
default y if SOC_IMX7D
|
|
|
|
|
2019-05-24 09:52:36 +08:00
|
|
|
config IMX_SCU_SOC
|
|
|
|
bool "i.MX System Controller Unit SoC info support"
|
2020-03-16 11:09:02 +08:00
|
|
|
depends on IMX_SCU
|
2019-05-24 09:52:36 +08:00
|
|
|
select SOC_BUS
|
|
|
|
help
|
|
|
|
If you say yes here you get support for the NXP i.MX System
|
|
|
|
Controller Unit SoC info module, it will provide the SoC info
|
|
|
|
like SoC family, ID and revision etc.
|
|
|
|
|
2020-02-21 10:32:19 +08:00
|
|
|
config SOC_IMX8M
|
|
|
|
bool "i.MX8M SoC family support"
|
|
|
|
depends on ARCH_MXC || COMPILE_TEST
|
|
|
|
default ARCH_MXC && ARM64
|
2020-04-09 15:51:48 +08:00
|
|
|
select SOC_BUS
|
2020-02-21 10:32:19 +08:00
|
|
|
help
|
|
|
|
If you say yes here you get support for the NXP i.MX8M family
|
|
|
|
support, it will provide the SoC info like SoC family,
|
|
|
|
ID and revision etc.
|
|
|
|
|
2017-03-28 23:19:45 +08:00
|
|
|
endmenu
|