.. | .. |
---|
32 | 32 | Say "yes" to enable debug messaging (like dev_dbg and pr_debug), |
---|
33 | 33 | sysfs, and debugfs support in SPI controller and protocol drivers. |
---|
34 | 34 | |
---|
| 35 | +config SPI_OOB |
---|
| 36 | + def_bool n |
---|
| 37 | + depends on HAS_DMA && DOVETAIL |
---|
| 38 | + |
---|
35 | 39 | # |
---|
36 | 40 | # MASTER side ... talking to discrete SPI slave chips including microcontrollers |
---|
37 | 41 | # |
---|
.. | .. |
---|
138 | 142 | is for the regular SPI controller. Slave mode operation is not also |
---|
139 | 143 | not supported. |
---|
140 | 144 | |
---|
| 145 | +config SPI_BCM2835_OOB |
---|
| 146 | + bool "Out-of-band support for BCM2835 SPI controller" |
---|
| 147 | + depends on SPI_BCM2835 && DOVETAIL |
---|
| 148 | + select SPI_OOB |
---|
| 149 | + help |
---|
| 150 | + Enable out-of-band cyclic transfers. |
---|
| 151 | + |
---|
141 | 152 | config SPI_BCM2835AUX |
---|
142 | 153 | tristate "BCM2835 SPI auxiliary controller" |
---|
143 | 154 | depends on ((ARCH_BCM2835 || ARCH_BRCMSTB) && GPIOLIB) || COMPILE_TEST |
---|