:orphan: .. title:: SPI_OC_SIMPLE_BUS_WIDTH .. option:: CONFIG_SPI_OC_SIMPLE_BUS_WIDTH *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :option:`SPI_OC_SIMPLE ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.oc_simple:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:218`` Menu path: (Top) → Device Drivers → SPI hardware bus support → OpenCores Simple SPI controller driver .. parsed-literal:: config SPI_OC_SIMPLE_BUS_WIDTH int default 8 depends on \ :option:`SPI_OC_SIMPLE ` && \ :option:`SPI ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*