:orphan: .. title:: CONFIG_SPI_RV32M1_LPSPI .. kconfig:: CONFIG_SPI_RV32M1_LPSPI CONFIG_SPI_RV32M1_LPSPI ####################### *RV32M1 LPSPI driver* Type: ``bool`` Help ==== .. code-block:: none Enable the RV32M1 LPSPI driver. Direct dependencies =================== (\ :kconfig:`SPI ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`SPI ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`HAS_RV32M1_LPSPI ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:140`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config SPI_RV32M1_LPSPI bool default y depends on SPI && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:140`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config SPI_RV32M1_LPSPI bool default y depends on SPI && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/spi/Kconfig.rv32m1_lpspi:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:56`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_RV32M1_LPSPI bool "RV32M1 LPSPI driver" depends on HAS_RV32M1_LPSPI && CLOCK_CONTROL && SPI help Enable the RV32M1 LPSPI driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*