:orphan: .. title:: CONFIG_NRFX_SPIS1 .. kconfig:: CONFIG_NRFX_SPIS1 CONFIG_NRFX_SPIS1 ################# *Enable SPIS1 instance* *Enable SPIS1 instance* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`HAS_HW_NRF_SPIS1 ` && \ :kconfig:`HAS_NRFX `) || (\ :kconfig:`HAS_HW_NRF_SPIS1 ` && \ :kconfig:`HAS_NRFX ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_SPIS ` - \ :kconfig:`NRFX_SPIS ` Symbols that select this symbol =============================== - \ :kconfig:`SPI_1_NRF_SPIS ` Kconfig definitions =================== At ``/hal_nordic/nrfx/Kconfig:224`` 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_SPIS1 bool "Enable SPIS1 instance" select NRFX_SPIS depends on HAS_HW_NRF_SPIS1 && HAS_NRFX ---- At ``/hal_nordic/nrfx/Kconfig:224`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` → ``/hal_nordic/Kconfig:217`` Menu path: (Top) → Modules → nrfx drivers .. code-block:: kconfig config NRFX_SPIS1 bool "Enable SPIS1 instance" select NRFX_SPIS depends on HAS_HW_NRF_SPIS1 && HAS_NRFX && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*