diff mbox series

[PULL,29/54] sd: express dependencies with kconfig

Message ID 1551723614-1823-30-git-send-email-pbonzini@redhat.com
State New
Headers show
Series [PULL,01/54] block: fix recursion in hw/block/dataplane | expand

Commit Message

Paolo Bonzini March 4, 2019, 6:19 p.m. UTC
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 default-configs/arm-softmmu.mak | 1 -
 hw/sd/Kconfig                   | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 8bb4fd1..2a7efc1 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -6,7 +6,6 @@  CONFIG_VGA=y
 CONFIG_NAND=y
 CONFIG_ECC=y
 CONFIG_SERIAL=y
-CONFIG_SD=y
 CONFIG_MAX7310=y
 CONFIG_WM8750=y
 CONFIG_TWL92230=y
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig
index 8f12d9c..864f535 100644
--- a/hw/sd/Kconfig
+++ b/hw/sd/Kconfig
@@ -1,9 +1,11 @@ 
 config PL181
     bool
+    select SD
 
 config SSI_SD
     bool
     depends on SSI
+    select SD
 
 config SD
     bool