mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 1430759ec3
			
		
	
	
		1430759ec3
		
	
	
	
	
		
			
			Some machines use floppy controllers via the SysBus interface, and don't need to pull in all the SysBus code. Extract the SysBus specific code to a new unit: fdc-sysbus.c, and add a new Kconfig symbol: "FDC_SYSBUS". Reviewed-by: John Snow <jsnow@redhat.com> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20210614193220.2007159-6-philmd@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			416 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			416 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config SUN4M
 | |
|     bool
 | |
|     imply TCX
 | |
|     imply CG3
 | |
|     select CS4231
 | |
|     select ECCMEMCTL
 | |
|     select EMPTY_SLOT
 | |
|     select UNIMP
 | |
|     select ESCC
 | |
|     select ESP
 | |
|     select FDC_SYSBUS
 | |
|     select SLAVIO
 | |
|     select LANCE
 | |
|     select M48T59
 | |
|     select STP2000
 | |
|     select CHRP_NVRAM
 | |
|     select OR_IRQ
 | |
| 
 | |
| config LEON3
 | |
|     bool
 | |
|     select GRLIB
 | |
| 
 | |
| config GRLIB
 | |
|     bool
 | |
|     select PTIMER
 | |
| 
 | |
| config SLAVIO
 | |
|     bool
 | |
|     select PTIMER
 |