:orphan: .. title:: SPI_OC_SIMPLE .. option:: CONFIG_SPI_OC_SIMPLE *OpenCores Simple SPI controller driver* Type: ``bool`` Help ==== Enable the Simple SPI controller 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.oc_simple:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:218`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: menuconfig SPI_OC_SIMPLE bool "OpenCores Simple SPI controller driver" depends on \ :option:`SPI ` help Enable the Simple SPI controller *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*