2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-03-28 18:19:45 +03:00
|
|
|
menu "i.MX SoC drivers"
|
|
|
|
|
2018-11-16 18:49:27 +03:00
|
|
|
config IMX_GPCV2_PM_DOMAINS
|
|
|
|
bool "i.MX GPCv2 PM domains"
|
2019-01-12 11:56:31 +03:00
|
|
|
depends on ARCH_MXC || (COMPILE_TEST && OF)
|
2017-05-11 14:37:47 +03:00
|
|
|
depends on PM
|
|
|
|
select PM_GENERIC_DOMAINS
|
2017-03-28 18:19:45 +03:00
|
|
|
default y if SOC_IMX7D
|
|
|
|
|
2019-05-24 04:52:36 +03:00
|
|
|
config IMX_SCU_SOC
|
|
|
|
bool "i.MX System Controller Unit SoC info support"
|
|
|
|
depends on IMX_SCU
|
|
|
|
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.
|
|
|
|
|
2017-03-28 18:19:45 +03:00
|
|
|
endmenu
|