28004fb741
This patch adds the SPI controller for the BCM2835. Polling and interrupt modes of transfer are supported. DMA and LoSSI modes are currently unimplemented. Signed-off-by: Rayhan Faizel <rayhan.faizel@gmail.com> Message-id: 20240129221807.2983148-2-rayhan.faizel@gmail.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
27 lines
279 B
Plaintext
27 lines
279 B
Plaintext
config PL022
|
|
bool
|
|
select SSI
|
|
|
|
config SIFIVE_SPI
|
|
bool
|
|
select SSI
|
|
|
|
config SSI
|
|
bool
|
|
|
|
config XILINX_SPI
|
|
bool
|
|
select SSI
|
|
|
|
config XILINX_SPIPS
|
|
bool
|
|
select SSI
|
|
|
|
config STM32F2XX_SPI
|
|
bool
|
|
select SSI
|
|
|
|
config BCM2835_SPI
|
|
bool
|
|
select SSI
|