mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 f874d72935
			
		
	
	
		f874d72935
		
	
	
	
	
		
			
			The generic loader device is completely optional. Let's add a proper config switch for it so that people can disable it if they don't need it and want to create a minimalistic QEMU binary. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190817101931.28386-9-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config EMPTY_SLOT
 | |
|     bool
 | |
| 
 | |
| config PTIMER
 | |
|     bool
 | |
| 
 | |
| config FITLOADER
 | |
|     bool
 | |
| 
 | |
| config GENERIC_LOADER
 | |
|     bool
 | |
|     default y
 | |
| 
 | |
| config OR_IRQ
 | |
|     bool
 | |
| 
 | |
| config PLATFORM_BUS
 | |
|     bool
 | |
| 
 | |
| config REGISTER
 | |
|     bool
 | |
| 
 | |
| config SPLIT_IRQ
 | |
|     bool
 |