diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-20 10:32:35 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-20 11:44:07 +0100 |
commit | b377471ac89052ca9af8cafd7c3ff01e2ed263cd (patch) | |
tree | c7913be0f979166a6bb996211c915e1eccb114f6 /hw/i386/Kconfig | |
parent | 3e3fdad6e1b980bd570790a8eaa6333023b4dcab (diff) |
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>
Diffstat (limited to 'hw/i386/Kconfig')
-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: |