qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 07/23] hw/i386/Kconfig: PC uses I8257, not I82374


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 07/23] hw/i386/Kconfig: PC uses I8257, not I82374
Date: Wed, 27 Mar 2019 13:37:45 +0100

CONFIG_I82374 is not needed for PC machines, since they create
i8257 directly instead.

Reported-by: Miroslav Rezanina <address@hidden>
Reviewed-by: Stefano Garzarella <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
 hw/i386/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index 4e4415f..756b1ea 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:
-- 
1.8.3.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]