]> git.proxmox.com Git - mirror_qemu.git/commit
arm: disable CONFIG_SERIAL_ISA
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Feb 2019 07:24:30 +0000 (15:24 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2019 15:50:19 +0000 (16:50 +0100)
commitd9bf2c5535b207c34d7b67ad93285f42bcd34aca
tree427e3499f3dabd994642b99003cfcaf2e4084a36
parent9fd7e96aab30d219bceb67f768fed01bedf1199f
arm: disable CONFIG_SERIAL_ISA

ARM should not have an ISA bus, this device should not be enabled.
Kconfig allows to clean up the dependencies and remove CONFIG_ISA_BUS=y
from ARM, and then catches a contradiction between the hardcoded
CONFIG_SERIAL_ISA=y and CONFIG_ISA_BUS=n.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190202072456.6468-2-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/arm-softmmu.mak