mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
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>
This commit is contained in:
parent
3e3fdad6e1
commit
b377471ac8
@ -23,7 +23,6 @@ config PC
|
||||
select I8254
|
||||
select PCKBD
|
||||
select PCSPK
|
||||
select I82374
|
||||
select I8257
|
||||
select MC146818RTC
|
||||
# For ACPI builder:
|
||||
|
Loading…
Reference in New Issue
Block a user