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