]> git.proxmox.com Git - mirror_qemu.git/blame - hw/sd/Kconfig
hw/block/pflash_cfi02: Fix reset command not ignored during erase
[mirror_qemu.git] / hw / sd / Kconfig
CommitLineData
82f51817
PB
1config PL181
2 bool
464399a9 3 select SD
82f51817
PB
4
5config SSI_SD
6 bool
1001800c 7 depends on SSI
464399a9 8 select SD
82f51817
PB
9
10config SD
11 bool
12
13config SDHCI
ce864603
TH
14 bool
15 select SD
16
17config SDHCI_PCI
82f51817 18 bool
7c28b925
PB
19 default y if PCI_DEVICES
20 depends on PCI
ce864603 21 select SDHCI