diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:17 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:15 -0500 |
commit | 92eb6b4e110b0353c045c4cb0d81799c7a6ce177 (patch) | |
tree | 256534c63aaf013c2bf698ee6a962e98c9a39d22 /default-configs | |
parent | Only compile wm8750 when one target uses it (diff) | |
download | qemu-kvm-92eb6b4e110b0353c045c4cb0d81799c7a6ce177.tar.gz qemu-kvm-92eb6b4e110b0353c045c4cb0d81799c7a6ce177.tar.bz2 qemu-kvm-92eb6b4e110b0353c045c4cb0d81799c7a6ce177.zip |
Only compile twl92230 when one target uses it
Patchworks-ID: 35212
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 6149b97c4..d43950964 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -9,3 +9,4 @@ CONFIG_PTIMER=y CONFIG_SD=y CONFIG_MAX7310=y CONFIG_WM8750=y +CONFIG_TWL92230=y |