diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:24 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:17 -0500 |
commit | 20a4afc4216fc6031105d9735510dbe7a4979069 (patch) | |
tree | 4c15738f3b29c02ff501e0b0ed07c0302dfbfc13 /default-configs/arm-softmmu.mak | |
parent | 54bcf0747153321862710a0e4fe6593fb3ef89e5 (diff) |
Only compile ads7846 when one target uses it
Patchworks-ID: 35218
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 1d069b1b9c..f68273d57e 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -16,3 +16,4 @@ CONFIG_TMP105=y CONFIG_STELLARIS_INPUT=y CONFIG_SD0303=y CONFIG_SD0323=y +CONFIG_ADS7846=y |