:orphan: .. title:: SPI_GECKO .. option:: CONFIG_SPI_GECKO *Gecko SPI controller driver* Type: ``bool`` Help ==== Enable the SPI peripherals on Gecko Direct dependencies =================== (\ :option:`SPI ` && \ :option:`SOC_SERIES_EFR32FG1P `) || (\ :option:`SPI ` && \ :option:`SOC_SERIES_EFR32MG12P `) || (\ :option:`HAS_SILABS_GECKO ` && \ :option:`GPIO_GECKO ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`SOC_GECKO_USART ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.efr32fg1p:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/silabs_exx32/Kconfig.defconfig:3`` → ``soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.series:18`` Menu path: (Top) .. parsed-literal:: config SPI_GECKO bool default y depends on \ :option:`SPI ` && \ :option:`SOC_SERIES_EFR32FG1P ` ---- At ``soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.efr32mg12p:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/silabs_exx32/Kconfig.defconfig:3`` → ``soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.series:18`` Menu path: (Top) .. parsed-literal:: config SPI_GECKO bool default y depends on \ :option:`SPI ` && \ :option:`SOC_SERIES_EFR32MG12P ` ---- At ``drivers/spi/Kconfig.gecko:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:34`` → ``drivers/spi/Kconfig:247`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_GECKO bool "Gecko SPI controller driver" select \ :option:`SOC_GECKO_USART ` depends on \ :option:`HAS_SILABS_GECKO ` && \ :option:`GPIO_GECKO ` && \ :option:`SPI ` help Enable the SPI peripherals on Gecko *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*