xref: /openbmc/qemu/hw/sd/Kconfig (revision 7c28b925b7e176b4e44ed05d23cf883561000546)
1config PL181
2    bool
3
4config SSI_SD
5    bool
6
7config SD
8    bool
9
10config SDHCI
11    bool
12    default y if PCI_DEVICES
13    depends on PCI
14    select SD
15