mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 72ea60e411
			
		
	
	
		72ea60e411
		
	
	
	
	
		
			
			Some machines use floppy controllers via the SysBus interface,
and don't need to pull in all the ISA code.
Extract the ISA specific code to a new unit: fdc-isa.c, and
add a new Kconfig symbol: "FDC_ISA".
This allows us to remove the FIXME from commit dd0ff8191a
("isa: express SuperIO dependencies with Kconfig").
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-5-philmd@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
		
	
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config SUN4U
 | |
|     bool
 | |
|     imply PCI_DEVICES
 | |
|     imply SUNHME
 | |
|     imply TEST_DEVICES
 | |
|     imply PARALLEL
 | |
|     select M48T59
 | |
|     select ISA_BUS
 | |
|     select FDC_ISA
 | |
|     select SERIAL_ISA
 | |
|     select PCI_SABRE
 | |
|     select IDE_CMD646
 | |
|     select PCKBD
 | |
|     select SIMBA
 | |
|     select CHRP_NVRAM
 | |
| 
 | |
| config NIAGARA
 | |
|     bool
 | |
|     select EMPTY_SLOT
 | |
|     select SUN4V_RTC
 | |
|     select UNIMP
 |