:orphan: .. title:: CONFIG_PM_MCUX_GPC .. kconfig:: CONFIG_PM_MCUX_GPC CONFIG_PM_MCUX_GPC ################## *MCUX general power controller driver* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_SERIES_IMX_RT11XX ` && \ :kconfig:`PM ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`SOC_SERIES_IMX_RT ` && \ :kconfig:`SOC_FAMILY_IMX `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`HAS_MCUX_GPC ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:98`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config PM_MCUX_GPC bool default y if HAS_MCUX_GPC depends on SOC_SERIES_IMX_RT11XX && PM && SOC_SERIES_IMX_RT ---- At ``/arm/nxp_imx/rt/Kconfig.soc:587`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config PM_MCUX_GPC bool "MCUX general power controller driver" depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*