aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/Kconfig
blob: c6c5dfb09f5c3de6297d7775f22c6c73c4bf4de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config PL181
    bool

config SSI_SD
    bool

config SD
    bool

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