:orphan: .. title:: SPI_STM32_USE_HW_SS .. option:: CONFIG_SPI_STM32_USE_HW_SS *STM32 Hardware Slave Select support* Type: ``bool`` Help ==== Use Slave Select pin instead of software Slave Select. Direct dependencies =================== \ :option:`SPI_STM32 ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.stm32:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:192`` Menu path: (Top) → Device Drivers → SPI hardware bus support → STM32 MCU SPI controller driver .. parsed-literal:: config SPI_STM32_USE_HW_SS bool "STM32 Hardware Slave Select support" default y depends on \ :option:`SPI_STM32 ` && \ :option:`SPI ` help Use Slave Select pin instead of software Slave Select. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*