Skip to content

Commit

Permalink
default-configs: removed obsolete CONFIG_ISA_MMIO
Browse files Browse the repository at this point in the history
The use of the CONFIG_ISA_MMIO setting was removed in

  commit 61fcb62
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   Mon Jul 22 15:54:24 2013 +0200

    isa_mmio: delete

but this commit only removed it from some of the default
config files.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1473096320-1638-3-git-send-email-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
berrange authored and bonzini committed Sep 13, 2016
1 parent a3b6e2b commit dd32222
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion default-configs/arm-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
include pci.mak
include usb.mak
CONFIG_VGA=y
CONFIG_ISA_MMIO=y
CONFIG_NAND=y
CONFIG_ECC=y
CONFIG_SERIAL=y
Expand Down
1 change: 0 additions & 1 deletion default-configs/ppc-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
include pci.mak
include sound.mak
include usb.mak
CONFIG_ISA_MMIO=y
CONFIG_ESCC=y
CONFIG_M48T59=y
CONFIG_SERIAL=y
Expand Down
1 change: 0 additions & 1 deletion default-configs/ppc64-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ include pci.mak
include sound.mak
include usb.mak
CONFIG_VIRTIO_VGA=y
CONFIG_ISA_MMIO=y
CONFIG_ESCC=y
CONFIG_M48T59=y
CONFIG_SERIAL=y
Expand Down
1 change: 0 additions & 1 deletion default-configs/sparc64-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

include pci.mak
include usb.mak
CONFIG_ISA_MMIO=y
CONFIG_M48T59=y
CONFIG_PTIMER=y
CONFIG_SERIAL=y
Expand Down

0 comments on commit dd32222

Please sign in to comment.