]> Git Repo - qemu.git/blob - hw/ssi/Kconfig
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / ssi / Kconfig
1 config PL022
2     bool
3     select SSI
4
5 config SIFIVE_SPI
6     bool
7     select SSI
8
9 config SSI
10     bool
11
12 config XILINX_SPI
13     bool
14     select SSI
15
16 config XILINX_SPIPS
17     bool
18     select SSI
19
20 config STM32F2XX_SPI
21     bool
22     select SSI
This page took 0.02597 seconds and 4 git commands to generate.