aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/Kconfig
blob: 83ee53c1d0883a812a768e51ecabc50a795542e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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