CONFIG_SPI_MCUX_DSPI

MCUX SPI driver

Type: bool

Help

Enable support for mcux spi driver.

Defaults

  • y

  • y

  • y

  • y

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.mk22f12:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.series:18

Menu path: (Top)

config SPI_MCUX_DSPI
    bool
    default y
    depends on SPI && SOC_MK22F51212 && SOC_SERIES_KINETIS_K2X

At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26

Menu path: (Top)

config SPI_MCUX_DSPI
    bool
    default y
    depends on SPI && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X

At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk66f18:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26

Menu path: (Top)

config SPI_MCUX_DSPI
    bool
    default y
    depends on SPI && SOC_MK66F18 && SOC_SERIES_KINETIS_K6X

At <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:67

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config SPI_MCUX_DSPI
    bool
    default y
    depends on SPI && SOC_SERIES_KINETIS_K8X

At <Zephyr>/soc/arm/nxp_kinetis/kv5x/Kconfig.defconfig.series:50

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config SPI_MCUX_DSPI
    bool
    default y
    depends on SPI && SOC_SERIES_KINETIS_KV5X

At <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config SPI_MCUX_DSPI
    bool
    default y
    depends on SPI && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX

At <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:37

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config SPI_MCUX_DSPI
    bool
    default y
    depends on SPI && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX

At <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config SPI_MCUX_DSPI
    bool
    default y
    depends on SPI && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX

At <Zephyr>/drivers/spi/Kconfig.mcux_dspi:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:38<Zephyr>/drivers/spi/Kconfig:196

Menu path: (Top) → Device Drivers → SPI hardware bus support

config SPI_MCUX_DSPI
    bool "MCUX SPI driver"
    depends on HAS_MCUX && CLOCK_CONTROL && SPI
    help
      Enable support for mcux spi driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)