- CONFIG_NRFX_POWER¶
Enable POWER driver
Enable POWER driver
Type: bool
Direct dependencies¶
(HAS_HW_NRF_POWER
&& HAS_NRFX
) || (HAS_HW_NRF_POWER
&& HAS_NRFX
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definitions¶
At modules/hal_nordic/nrfx/Kconfig:94
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:2
→ modules/hal_nordic/Kconfig:191
Menu path: (Top) → Modules → hal_nordic (/home/nashif/zephyrproject/modules/hal/nordic) → nrfx drivers
config NRFX_POWER
bool "Enable POWER driver"
select NRFX_USBREG if HAS_HW_NRF_USBREG
depends on HAS_HW_NRF_POWER && HAS_NRFX
At modules/hal_nordic/nrfx/Kconfig:94
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:66
→ modules/hal_nordic/Kconfig:191
Menu path: (Top) → Modules → nrfx drivers
config NRFX_POWER
bool "Enable POWER driver"
select NRFX_USBREG if HAS_HW_NRF_USBREG
depends on HAS_HW_NRF_POWER && HAS_NRFX && 0
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)