xref: /openbmc/qemu/hw/ssi/Kconfig (revision a3434a2d56aee3018f4a0f55c7e0f0cda11f3d9e)
1config PL022
2    bool
3    select SSI
4
5config SSI
6    bool
7
8config XILINX_SPI
9    bool
10    select SSI
11
12config XILINX_SPIPS
13    bool
14    select SSI
15
16config STM32F2XX_SPI
17    bool
18    select SSI
19