:orphan: .. title:: USE_STM32_LL_SPI .. option:: CONFIG_USE_STM32_LL_SPI *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable STM32Cube Serial peripheral interface (SPI) LL module driver Direct dependencies =================== \ :option:`HAS_STM32CUBE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SPI_STM32 ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.stm32:651`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:30`` Menu path: (Top) → Modules .. parsed-literal:: config USE_STM32_LL_SPI bool depends on \ :option:`HAS_STM32CUBE ` help Enable STM32Cube Serial peripheral interface (SPI) LL module driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*