The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_SPI_5

SPI port 5

Type: bool

Help

Enable SPI controller port 5.

Direct dependencies

(SPI && (BOARD_LPCXPRESSO54114_M4 || BOARD_LPCXPRESSO54114_M0)) || SPI

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At boards/arm/lpcxpresso54114/Kconfig.defconfig:32

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config SPI_5
    bool
    default y
    depends on SPI && (BOARD_LPCXPRESSO54114_M4 || BOARD_LPCXPRESSO54114_M0)

At drivers/spi/Kconfig:124

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:38

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

config SPI_5
    bool "SPI port 5"
    depends on SPI
    help
      Enable SPI controller port 5.

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