diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-29 12:16:25 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | 464399a9b4ae81d7dad33a4acb30dfb76c7b1bd2 (patch) | |
tree | e06aff8f6c3ac364997f405d7be1ddb031dd3a44 /hw/sd | |
parent | 1001800cc66668ec72d1a0e55a0e0532308e04d0 (diff) | |
download | qemu-464399a9b4ae81d7dad33a4acb30dfb76c7b1bd2.zip |
sd: express dependencies with kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sd')
-rw-r--r-- | hw/sd/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig index 8f12d9c1bb..864f535011 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 |