:orphan: .. title:: CONFIG_SPI_DW_ARC_AUX_REGS .. kconfig:: CONFIG_SPI_DW_ARC_AUX_REGS CONFIG_SPI_DW_ARC_AUX_REGS ########################## *Registers are part of ARC auxiliary registers* Type: ``bool`` Help ==== .. code-block:: none SPI IP block registers are part of user extended auxiliary registers and thus their access is different than memory mapped registers. Direct dependencies =================== (\ :kconfig:`SPI_DW ` && \ :kconfig:`SPI ` && \ :kconfig:`BOARD_EM_STARTERKIT `) || (\ :kconfig:`SPI_DW ` && \ :kconfig:`SPI ` && \ :kconfig:`BOARD_HSDK `) || (\ :kconfig:`ARC ` && \ :kconfig:`SPI_DW ` && \ :kconfig:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - y Kconfig definitions =================== At ``/arc/em_starterkit/Kconfig.defconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SPI_DW_ARC_AUX_REGS bool default n depends on SPI_DW && SPI && BOARD_EM_STARTERKIT ---- At ``/arc/hsdk/Kconfig.defconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SPI_DW_ARC_AUX_REGS bool default n depends on SPI_DW && SPI && BOARD_HSDK ---- At ``/spi/Kconfig.dw:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:48`` Menu path: (Top) → Device Drivers → SPI hardware bus support → Designware SPI controller driver .. code-block:: kconfig config SPI_DW_ARC_AUX_REGS bool "Registers are part of ARC auxiliary registers" default y depends on ARC && SPI_DW && SPI help SPI IP block registers are part of user extended auxiliary registers and thus their access is different than memory mapped registers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*