:orphan: .. title:: SPI_DW_ARC_AUX_REGS .. option:: CONFIG_SPI_DW_ARC_AUX_REGS *Registers are part of ARC auxiliary registers* Type: ``bool`` Help ==== SPI IP block registers are part of user extended auxiliary registers and thus their access is different than memory mapped registers. Direct dependencies =================== (\ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_EM_STARTERKIT `) || (\ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_HSDK `) || (\ :option:`ARC ` && \ :option:`SPI_DW ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arc/em_starterkit/Kconfig.defconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_DW_ARC_AUX_REGS bool default n depends on \ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_EM_STARTERKIT ` ---- At ``boards/arc/hsdk/Kconfig.defconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_DW_ARC_AUX_REGS bool default n depends on \ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_HSDK ` ---- At ``drivers/spi/Kconfig.dw:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:194`` Menu path: (Top) → Device Drivers → SPI hardware bus support → Designware SPI controller driver .. parsed-literal:: config SPI_DW_ARC_AUX_REGS bool "Registers are part of ARC auxiliary registers" default y depends on \ :option:`ARC ` && \ :option:`SPI_DW ` && \ :option:`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.)*