aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ssi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ssi/Kconfig')
-rw-r--r--hw/ssi/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/hw/ssi/Kconfig b/hw/ssi/Kconfig
new file mode 100644
index 000000000..7d90a0218
--- /dev/null
+++ b/hw/ssi/Kconfig
@@ -0,0 +1,22 @@
+config PL022
+ bool
+ select SSI
+
+config SIFIVE_SPI
+ bool
+ select SSI
+
+config SSI
+ bool
+
+config XILINX_SPI
+ bool
+ select SSI
+
+config XILINX_SPIPS
+ bool
+ select SSI
+
+config STM32F2XX_SPI
+ bool
+ select SSI