xref: /openbmc/qemu/hw/sd/Kconfig (revision 02017ee385ef574133c4a978d368640772978178)
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