diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 14:13:04 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:14 +0200 |
commit | 47934d0aadc075b05ce2d9e8a44fa6a46edd1afa (patch) | |
tree | 5ae8e4302cfc21b6fcf140fcf728e0a5ae4cef6b /default-configs/mipsel-softmmu.mak | |
parent | 9944d320016914912133b348b6fbbb18c7417035 (diff) |
hw: move ISA bridges and devices to hw/isa/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/mipsel-softmmu.mak')
-rw-r--r-- | default-configs/mipsel-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/mipsel-softmmu.mak b/default-configs/mipsel-softmmu.mak index 5509f0e0c2..9f9c6daa56 100644 --- a/default-configs/mipsel-softmmu.mak +++ b/default-configs/mipsel-softmmu.mak @@ -33,3 +33,4 @@ CONFIG_G364FB=y CONFIG_I8259=y CONFIG_JAZZ_LED=y CONFIG_MC146818RTC=y +CONFIG_VT82C686=y |