mirror of https://github.com/xqemu/xqemu.git
sd: express dependencies with kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1001800cc6
commit
464399a9b4
|
@ -6,7 +6,6 @@ CONFIG_VGA=y
|
||||||
CONFIG_NAND=y
|
CONFIG_NAND=y
|
||||||
CONFIG_ECC=y
|
CONFIG_ECC=y
|
||||||
CONFIG_SERIAL=y
|
CONFIG_SERIAL=y
|
||||||
CONFIG_SD=y
|
|
||||||
CONFIG_MAX7310=y
|
CONFIG_MAX7310=y
|
||||||
CONFIG_WM8750=y
|
CONFIG_WM8750=y
|
||||||
CONFIG_TWL92230=y
|
CONFIG_TWL92230=y
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
config PL181
|
config PL181
|
||||||
bool
|
bool
|
||||||
|
select SD
|
||||||
|
|
||||||
config SSI_SD
|
config SSI_SD
|
||||||
bool
|
bool
|
||||||
depends on SSI
|
depends on SSI
|
||||||
|
select SD
|
||||||
|
|
||||||
config SD
|
config SD
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in New Issue