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 | 1001800cc66668ec72d1a0e55a0e0532308e04d0 (patch) | |
tree | 3c6ff5192310d50984d3e1bac7181c7e897acf88 /hw/sd | |
parent | dd0ff8191abb040cddeedb84a2ba61c52791075e (diff) |
ssi: express dependencies with kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sd')
-rw-r--r-- | hw/sd/Kconfig | 1 |
1 files changed, 1 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 |