aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/sd/Kconfig1
-rw-r--r--hw/ssi/Kconfig4
2 files changed, 5 insertions, 0 deletions
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig
index c6c5dfb09f..8f12d9c1bb 100644
--- a/hw/sd/Kconfig
+++ b/hw/sd/Kconfig
@@ -3,6 +3,7 @@ config PL181
config SSI_SD
bool
+ depends on SSI
config SD
bool
diff --git a/hw/ssi/Kconfig b/hw/ssi/Kconfig
index 5a03110a8d..9e54a0c8dd 100644
--- a/hw/ssi/Kconfig
+++ b/hw/ssi/Kconfig
@@ -1,14 +1,18 @@
config PL022
bool
+ select SSI
config SSI
bool
config XILINX_SPI
bool
+ select SSI
config XILINX_SPIPS
bool
+ select SSI
config STM32F2XX_SPI
bool
+ select SSI