The CY82C693UB Peripheral Controller contains the following functional blocks:
•  PCI Interface
•  ISA Interface
•  Reset Logic
•  Keyboard Controller
•  Power Management Logic
•  AT Refresh Logic
•  Pre-Read/Post-Write Buffers
•  BIOS ROM Control
•  Timer/Counter Logic
•  DMA Controllers
•  Dual-Channel Enhanced IDE Controller
•  Real-Time-Clock with 32-kHz Oscillator
•  Interrupt Controllers
•  USB Host Controller

Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
---
 hw/isa/Kconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index 57e09a0cb8..4988f7671a 100644
--- a/hw/isa/Kconfig
+++ b/hw/isa/Kconfig
@@ -37,6 +37,19 @@ config VT82C686
     select SERIAL_ISA
     select FDC
 
+config CY82C693UB
+    bool
+    select PCI
+    select ISA_BUS
+    select PCKBD
+    select APM
+    select I8254
+    select I8257
+    select IDE_PCI
+    select MC146818RTC
+    select I8259
+    select USB_OHCI
+
 config SMC37C669
     bool
     select ISA_BUS
-- 
2.20.1


Reply via email to