diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-03 18:06:08 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:16 +0200 |
commit | e28bee8ee654b81f4688a505e56ade0692174b5c (patch) | |
tree | 10957fa9975ffda17a02c1001c10656044830892 /default-configs/sparc-softmmu.mak | |
parent | 914e29d28052dbe5a4f41b71eaf8c7bb19ac0929 (diff) |
hw: move other devices to hw/misc/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/sparc-softmmu.mak')
-rw-r--r-- | default-configs/sparc-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-softmmu.mak index 8c4d0a6886..8fc93dd643 100644 --- a/default-configs/sparc-softmmu.mak +++ b/default-configs/sparc-softmmu.mak @@ -14,4 +14,5 @@ CONFIG_SLAVIO=y CONFIG_CS4231=y CONFIG_GRLIB=y CONFIG_STP2000=y +CONFIG_ECCMEMCTL=y CONFIG_SUN4M=y |