:orphan: .. title:: SPI_5 .. option:: CONFIG_SPI_5 *SPI port 5* Type: ``bool`` Help ==== Enable SPI controller port 5. Direct dependencies =================== (\ :option:`SPI ` && (\ :option:`BOARD_LPCXPRESSO54114_M4 ` || \ :option:`BOARD_LPCXPRESSO54114_M0 `)) || \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/lpcxpresso54114/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_5 bool default y depends on \ :option:`SPI ` && (\ :option:`BOARD_LPCXPRESSO54114_M4 ` || \ :option:`BOARD_LPCXPRESSO54114_M0 `) ---- At ``drivers/spi/Kconfig:124`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_5 bool "SPI port 5" depends on \ :option:`SPI ` help Enable SPI controller port 5. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*