diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:26 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:17 -0500 |
commit | 93a604004a5b482675e791cc2c168c0781dc789a (patch) | |
tree | f3ae957a30c13dc74e7a987a4160e183dcd41ccd /default-configs | |
parent | ee99ca01e89ce3b263fd163c95a30d452205ddd6 (diff) | |
download | qemu-93a604004a5b482675e791cc2c168c0781dc789a.tar.gz |
Only compile ssi-sd when one target uses it
Patchworks-ID: 35220
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/arm-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 486409d384..615288e2f7 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -18,3 +18,4 @@ CONFIG_SD0303=y CONFIG_SD0323=y CONFIG_ADS7846=y CONFIG_MAX111X=y +CONFIG_SSI_SD=y |