The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_BT_NRF51_PM

nRF51 Power Management [EXPERIMENTAL]

Type: bool

Help

Power Management support for Nordic BLE nRF51 chip. Allows to enable, disable the chip and handle wakeups.

Direct dependencies

BT_H4 && BT && !BT_CTLR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/bluetooth/Kconfig:27

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:12

Menu path: (top menu) → Device Drivers → Bluetooth Drivers

config BT_NRF51_PM
    bool
    prompt "nRF51 Power Management [EXPERIMENTAL]" if BT_H4 && BT && !BT_CTLR
    depends on BT_H4 && BT && !BT_CTLR
    help
      Power Management support for Nordic BLE nRF51 chip. Allows to enable,
      disable the chip and handle wakeups.

(Definitions include propagated dependencies, including from if’s and menus.)