:orphan: .. title:: SPI_6 .. option:: CONFIG_SPI_6 *SPI port 6* Type: ``bool`` Help ==== Enable SPI controller port 6. Direct dependencies =================== \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig:141`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_6 bool "SPI port 6" depends on \ :option:`SPI ` help Enable SPI controller port 6. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*