]> Git Repo - qemu.git/blob - hw/sd/Kconfig
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / sd / Kconfig
1 config PL181
2     bool
3     select SD
4
5 config SSI_SD
6     bool
7     depends on SSI
8     select SD
9
10 config SD
11     bool
12
13 config SDHCI
14     bool
15     select SD
16
17 config SDHCI_PCI
18     bool
19     default y if PCI_DEVICES
20     depends on PCI
21     select SDHCI
22
23 config CADENCE_SDHCI
24     bool
25     select SDHCI
This page took 0.02991 seconds and 4 git commands to generate.