:orphan: .. title:: HAS_RV32M1_LPSPI .. option:: CONFIG_HAS_RV32M1_LPSPI *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Set if the low power spi (LPSPI) module is present in the SoC. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.vega:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:35`` Menu path: (Top) → Modules .. parsed-literal:: config HAS_RV32M1_LPSPI bool help Set if the low power spi (LPSPI) module is present in the SoC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*