-
CONFIG_SPI_MCUX_LPSPI
¶
MCUX SPI driver
Type: bool
Help¶
Enable support for mcux spi driver.
Direct dependencies¶
(SPI
&& SOC_SERIES_IMX_RT
) || (SPI
&& SOC_SERIES_KINETIS_KE1XF
) || (HAS_MCUX_LPSPI
&& CLOCK_CONTROL
&& SPI
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y if
HAS_MCUX_LPSPI
y
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:92
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/nxp_imx/Kconfig.defconfig:4
Menu path: (Top)
config SPI_MCUX_LPSPI bool default y ifHAS_MCUX_LPSPI
depends onSPI
&&SOC_SERIES_IMX_RT
At soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:96
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/nxp_kinetis/Kconfig.defconfig:3
Menu path: (Top)
config SPI_MCUX_LPSPI bool default y depends onSPI
&&SOC_SERIES_KINETIS_KE1XF
At drivers/spi/Kconfig.mcux_lpspi:6
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:32
→ drivers/spi/Kconfig:185
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_MCUX_LPSPI bool "MCUX SPI driver" depends onHAS_MCUX_LPSPI
&&CLOCK_CONTROL
&&SPI
help Enable support for mcux spi driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)