hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/drivers/spi/Kconfig
....@@ -32,6 +32,10 @@
3232 Say "yes" to enable debug messaging (like dev_dbg and pr_debug),
3333 sysfs, and debugfs support in SPI controller and protocol drivers.
3434
35
+config SPI_OOB
36
+ def_bool n
37
+ depends on HAS_DMA && DOVETAIL
38
+
3539 #
3640 # MASTER side ... talking to discrete SPI slave chips including microcontrollers
3741 #
....@@ -138,6 +142,13 @@
138142 is for the regular SPI controller. Slave mode operation is not also
139143 not supported.
140144
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
+
141152 config SPI_BCM2835AUX
142153 tristate "BCM2835 SPI auxiliary controller"
143154 depends on ((ARCH_BCM2835 || ARCH_BRCMSTB) && GPIOLIB) || COMPILE_TEST