diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:18 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:15 -0500 |
commit | 3c848e2ad8dfad2aa02d96a250bed13404cea5a6 (patch) | |
tree | ac2382c05961fd01befa91ce0841cf601f85dc47 /default-configs | |
parent | 92eb6b4e110b0353c045c4cb0d81799c7a6ce177 (diff) | |
download | qemu-3c848e2ad8dfad2aa02d96a250bed13404cea5a6.tar.gz qemu-3c848e2ad8dfad2aa02d96a250bed13404cea5a6.tar.bz2 qemu-3c848e2ad8dfad2aa02d96a250bed13404cea5a6.zip |
Only compile tsc2005 when one target uses it
Patchworks-ID: 35215
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 d439509645..740c3a8552 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -10,3 +10,4 @@ CONFIG_SD=y CONFIG_MAX7310=y CONFIG_WM8750=y CONFIG_TWL92230=y +CONFIG_TSC2005=y |