:orphan: .. title:: CONFIG_NET_POWER_MANAGEMENT .. kconfig:: CONFIG_NET_POWER_MANAGEMENT CONFIG_NET_POWER_MANAGEMENT ########################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`PM_DEVICE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols that select this symbol =============================== - \ :kconfig:`ETH_MCUX ` Kconfig definition ================== At ``/net/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support .. code-block:: kconfig config NET_POWER_MANAGEMENT bool default n depends on PM_DEVICE && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*