| .. | .. |
|---|
| 256 | 256 | tristate "Baikal-T1 SPI driver for DW SPI core" |
|---|
| 257 | 257 | depends on MIPS_BAIKAL_T1 || COMPILE_TEST |
|---|
| 258 | 258 | select MULTIPLEXER |
|---|
| 259 | | - select MUX_MMIO |
|---|
| 260 | 259 | help |
|---|
| 261 | 260 | Baikal-T1 SoC is equipped with three DW APB SSI-based MMIO SPI |
|---|
| 262 | 261 | controllers. Two of them are pretty much normal: with IRQ, DMA, |
|---|
| .. | .. |
|---|
| 663 | 662 | ROCKCHIP SFC supports DMA and PIO modes. When DMA is not available, |
|---|
| 664 | 663 | the driver automatically falls back to PIO mode. |
|---|
| 665 | 664 | |
|---|
| 665 | +config SPI_ROCKCHIP_SLAVE |
|---|
| 666 | + tristate "Rockchip SPI Slave controller driver" |
|---|
| 667 | + depends on ARCH_ROCKCHIP || COMPILE_TEST |
|---|
| 668 | + default SPI_ROCKCHIP if !ROCKCHIP_MINI_KERNEL |
|---|
| 669 | + help |
|---|
| 670 | + This selects a driver for Rockchip SPI Slave controller. |
|---|
| 671 | + |
|---|
| 672 | + If you say yes to this option, support will be included for Rockchip |
|---|
| 673 | + SPI Slave controller. |
|---|
| 674 | + Rockchip SPI Slave controller support DMA transport and IRQ mode. |
|---|
| 675 | + |
|---|
| 666 | 676 | config SPI_RB4XX |
|---|
| 667 | 677 | tristate "Mikrotik RB4XX SPI master" |
|---|
| 668 | 678 | depends on SPI_MASTER && ATH79 |
|---|