:orphan: .. title:: CONFIG_NRFX_PRS .. kconfig:: CONFIG_NRFX_PRS CONFIG_NRFX_PRS ############### *Enable Peripheral Resource Sharing module* *Enable Peripheral Resource Sharing module* Type: ``bool`` Direct dependencies =================== \ :kconfig:`HAS_NRFX ` || (\ :kconfig:`HAS_NRFX ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NRFX_PRS_BOX_0 ` - \ :kconfig:`NRFX_PRS_BOX_1 ` - \ :kconfig:`NRFX_PRS_BOX_2 ` - \ :kconfig:`NRFX_PRS_BOX_3 ` - \ :kconfig:`NRFX_PRS_BOX_4 ` - \ :kconfig:`NRFX_PRS_BOX_0 ` - \ :kconfig:`NRFX_PRS_BOX_1 ` - \ :kconfig:`NRFX_PRS_BOX_2 ` - \ :kconfig:`NRFX_PRS_BOX_3 ` - \ :kconfig:`NRFX_PRS_BOX_4 ` Kconfig definitions =================== At ``/hal_nordic/nrfx/Kconfig:399`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` → ``/hal_nordic/Kconfig:217`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → nrfx drivers .. code-block:: kconfig config NRFX_PRS bool "Enable Peripheral Resource Sharing module" depends on HAS_NRFX ---- At ``/hal_nordic/nrfx/Kconfig:399`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` → ``/hal_nordic/Kconfig:217`` Menu path: (Top) → Modules → nrfx drivers .. code-block:: kconfig config NRFX_PRS bool "Enable Peripheral Resource Sharing module" depends on HAS_NRFX && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*