diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:16 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:14 -0500 |
commit | 976ca9abeec9267a1eadb5f5640bed4553febe52 (patch) | |
tree | fcd53bb5ab24288167c41a03c14b8ab5f7aa73a9 /default-configs | |
parent | ae573db3cfeffeb61801e2a0d235b6ba52586a54 (diff) |
Only compile wm8750 when one target uses it
Patchworks-ID: 35209
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 88232c7e10..6149b97c44 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -8,3 +8,4 @@ CONFIG_ECC=y CONFIG_PTIMER=y CONFIG_SD=y CONFIG_MAX7310=y +CONFIG_WM8750=y |