:orphan: .. title:: CONFIG_BYPASS_LDO_LPSR .. kconfig:: CONFIG_BYPASS_LDO_LPSR CONFIG_BYPASS_LDO_LPSR ###################### *Bypass LDO lpsr* *Bypass LDO lpsr* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_SERIES_IMX_RT ` && \ :kconfig:`SOC_FAMILY_IMX `) || (\ :kconfig:`SOC_SERIES_IMX_RT ` && \ :kconfig:`SOC_FAMILY_IMX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_MIMXRT1176_CM7 ` - \ :kconfig:`SOC_MIMXRT1176_CM7 ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.soc:511`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config BYPASS_LDO_LPSR bool "Bypass LDO lpsr" depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX ---- At ``/arm/nxp_imx/rt/Kconfig.soc:511`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config BYPASS_LDO_LPSR bool "Bypass LDO lpsr" depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*