CONFIG_SPI_PSOC6
PSoC-6 MCU SCB spi driver
Type: bool
Help
This option enables the SCB[SPI] driver for PSoC-6 SoC family.
Direct dependencies
(SPI
&& (SOC_SERIES_PSOC62
|| SOC_SERIES_PSOC63
)) || (SPI
&& (SOC_SERIES_PSOC62
|| SOC_SERIES_PSOC63
)) || (SOC_FAMILY_PSOC6
&& SPI
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Kconfig definitions
At <Zephyr>/soc/arm/cypress/psoc6/Kconfig.defconfig.series:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/cypress/Kconfig.defconfig:4
Menu path: (Top)
config SPI_PSOC6
bool
default y
depends on SPI && (SOC_SERIES_PSOC62 || SOC_SERIES_PSOC63)
At <Zephyr>/soc/arm/cypress/psoc6/Kconfig.defconfig.series:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/cypress/Kconfig.defconfig:4
Menu path: (Top)
config SPI_PSOC6
bool
default y
depends on SPI && (SOC_SERIES_PSOC62 || SOC_SERIES_PSOC63)
At <Zephyr>/drivers/spi/Kconfig.psoc6:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/spi/Kconfig:94
Menu path: (Top) → Device Drivers → SPI hardware bus support
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.)