aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/Kconfig
blob: 864f535011e0b59c3659126dd77eacb74fad1569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config PL181
    bool
    select SD

config SSI_SD
    bool
    depends on SSI
    select SD

config SD
    bool

config SDHCI
    bool
    default y if PCI_DEVICES
    depends on PCI
    select SD