:orphan: .. title:: NET_POWER_MANAGEMENT .. option:: CONFIG_NET_POWER_MANAGEMENT *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`PM_DEVICE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols that select this symbol =============================== - \ :option:`ETH_MCUX ` Kconfig definition ================== At ``/net/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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.)*