CONFIG_IEEE802154_MCR20A_SPI_DRV_NAME

SPI driver’s name to use to access MCR20A

Type: string

Help

This option is mandatory to set which SPI controller to use in order to actually control the MCR20A chip.

Direct dependencies

!HAS_DTS_SPI_DEVICE && IEEE802154_MCR20A && IEEE802154

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/ieee802154/Kconfig.mcr20a:23

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:14drivers/ieee802154/Kconfig:50

Menu path: (top menu) → Device Drivers → IEEE 802.15.4 drivers options → NXP MCR20A Driver support

config IEEE802154_MCR20A_SPI_DRV_NAME
    string
    prompt "SPI driver's name to use to access MCR20A" if !HAS_DTS_SPI_DEVICE && IEEE802154_MCR20A && IEEE802154
    default SPI_0_NAME if !HAS_DTS_SPI_DEVICE && IEEE802154_MCR20A && IEEE802154
    depends on !HAS_DTS_SPI_DEVICE && IEEE802154_MCR20A && IEEE802154
    help
      This option is mandatory to set which SPI controller to use in order
      to actually control the MCR20A chip.

(Definitions include propagated dependencies, including from if’s and menus.)