:orphan: .. title:: SPI_PSOC6 .. option:: CONFIG_SPI_PSOC6 *PSoC-6 MCU SCB spi driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the SCB[SPI] driver for PSoC-6 SoC family. Direct dependencies =================== (\ :option:`SPI ` && (\ :option:`SOC_SERIES_PSOC62 ` || \ :option:`SOC_SERIES_PSOC63 `)) || (\ :option:`SOC_FAMILY_PSOC6 ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/cypress/psoc6/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/cypress/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config SPI_PSOC6 bool default y depends on SPI && (SOC_SERIES_PSOC62 || SOC_SERIES_PSOC63) ---- At ``/spi/Kconfig.psoc6:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:38`` → ``/spi/Kconfig:76`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_PSOC6 bool "PSoC-6 MCU SCB spi driver" depends on SOC_FAMILY_PSOC6 && SPI help This option enables the SCB[SPI] driver for PSoC-6 SoC family. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*