mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-27 17:45:41 +00:00 
			
		
		
		
	 94527ead7e
			
		
	
	
		94527ead7e
		
	
	
	
	
		
			
			This patch finally merges the EHCI host adapter aka USB 2.0 support. Based on the ehci bits collected @ git://git.kiszka.org/qemu.git ehci EHCI has a long out-of-tree history. Project was started by Mark Burkley, with contributions by Niels de Vos. David S. Ahern continued working on it. Kevin Wolf, Jan Kiszka and Vincent Palatin contributed bugfixes. /me (Gerd Hoffmann) picked it up where it left off, prepared the code for merge, fixed a few bugs and added basic user docs. Cc: David S. Ahern <daahern@cisco.com> Cc: Jan Kiszka <jan.kiszka@web.de> Cc: Kevin Wolf <mail@kevin-wolf.de> Cc: Vincent Palatin <vincent.palatin_qemu@m4x.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			315 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			315 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| CONFIG_PCI=y
 | |
| CONFIG_VIRTIO_PCI=y
 | |
| CONFIG_VIRTIO=y
 | |
| CONFIG_USB_UHCI=y
 | |
| CONFIG_USB_OHCI=y
 | |
| CONFIG_USB_EHCI=y
 | |
| CONFIG_NE2000_PCI=y
 | |
| CONFIG_EEPRO100_PCI=y
 | |
| CONFIG_PCNET_PCI=y
 | |
| CONFIG_PCNET_COMMON=y
 | |
| CONFIG_LSI_SCSI_PCI=y
 | |
| CONFIG_RTL8139_PCI=y
 | |
| CONFIG_E1000_PCI=y
 | |
| CONFIG_IDE_CORE=y
 | |
| CONFIG_IDE_QDEV=y
 | |
| CONFIG_IDE_PCI=y
 | |
| CONFIG_AHCI=y
 |