diff options
| author | Paolo Bonzini | 2019-03-20 10:32:35 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-20 11:44:07 +0100 |
| commit | b377471ac89052ca9af8cafd7c3ff01e2ed263cd (patch) | |
| tree | c7913be0f979166a6bb996211c915e1eccb114f6 | |
| parent | hw/char/parallel: Make it possible to compile also without CONFIG_PARALLEL (diff) | |
| download | qemu-b377471ac89052ca9af8cafd7c3ff01e2ed263cd.tar.gz qemu-b377471ac89052ca9af8cafd7c3ff01e2ed263cd.tar.xz qemu-b377471ac89052ca9af8cafd7c3ff01e2ed263cd.zip | |
hw/i386/Kconfig: PC uses I8257, not I82374
CONFIG_I82374 is not needed for PC machines, since they create
i8257 directly instead.
Reported-by: Miroslav Rezanina <mrezanin@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | hw/i386/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig index 4e4415fc88..756b1eaef8 100644 --- a/hw/i386/Kconfig +++ b/hw/i386/Kconfig @@ -23,7 +23,6 @@ config PC select I8254 select PCKBD select PCSPK - select I82374 select I8257 select MC146818RTC # For ACPI builder: |
