diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:27 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:17 -0500 |
commit | c62c4551b85f08ec56d7a5c77c465f8e8e91c642 (patch) | |
tree | cfd1763303c6084eb84d623bc477e0ecdbd877e5 /default-configs/arm-softmmu.mak | |
parent | 93a604004a5b482675e791cc2c168c0781dc789a (diff) |
Only compile ssi when one target uses it
Patchworks-ID: 35221
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/arm-softmmu.mak')
-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 615288e2f7..a30393d5f6 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -18,4 +18,5 @@ CONFIG_SD0303=y CONFIG_SD0323=y CONFIG_ADS7846=y CONFIG_MAX111X=y +CONFIG_SSI=y CONFIG_SSI_SD=y |