-
CONFIG_SPI_CC13XX_CC26XX
¶
TI SimpleLink CC13xx / CC26xx SPI driver
Type: bool
Help¶
Enable support for the TI SimpleLink CC13xx / CC26xx SPI peripheral
Direct dependencies¶
(SPI
&& SOC_SERIES_CC13X2_CC26X2
) || (SOC_SERIES_CC13X2_CC26X2
&& SPI
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:48
Included via Kconfig:8
→ Kconfig.zephyr:19
→ doc/_build/Kconfig/Kconfig.soc.defconfig:1
→ soc/arm/ti_simplelink/Kconfig.defconfig:3
Menu path: (Top)
config SPI_CC13XX_CC26XX bool default y depends onSPI
&&SOC_SERIES_CC13X2_CC26X2
At drivers/spi/Kconfig.cc13xx_cc26xx:6
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:214
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_CC13XX_CC26XX bool "TI SimpleLink CC13xx / CC26xx SPI driver" depends onSOC_SERIES_CC13X2_CC26X2
&&SPI
help Enable support for the TI SimpleLink CC13xx / CC26xx SPI peripheral
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)