mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
sd: express dependencies with kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1001800cc6
commit
464399a9b4
2 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
config PL181
|
||||
bool
|
||||
select SD
|
||||
|
||||
config SSI_SD
|
||||
bool
|
||||
depends on SSI
|
||||
select SD
|
||||
|
||||
config SD
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue