CONFIG_NET_POWER_MANAGEMENT

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

DEVICE_POWER_MANAGEMENT && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/net/Kconfig:78

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support

config NET_POWER_MANAGEMENT
    bool
    default n
    depends on DEVICE_POWER_MANAGEMENT && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)