mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			474 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			474 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config IPMI
 | |
|     bool
 | |
| 
 | |
| config IPMI_LOCAL
 | |
|     bool
 | |
|     default y
 | |
|     depends on IPMI
 | |
| 
 | |
| config IPMI_EXTERN
 | |
|     bool
 | |
|     default y
 | |
|     depends on IPMI
 | |
| 
 | |
| config ISA_IPMI_KCS
 | |
|     bool
 | |
|     depends on ISA_BUS
 | |
|     select IPMI
 | |
| 
 | |
| config ISA_IPMI_BT
 | |
|     bool
 | |
|     depends on ISA_BUS
 | |
|     select IPMI
 | |
| 
 | |
| config PCI_IPMI_KCS
 | |
|     bool
 | |
|     depends on PCI
 | |
|     select IPMI
 | |
| 
 | |
| config PCI_IPMI_BT
 | |
|     bool
 | |
|     depends on PCI
 | |
|     select IPMI
 | |
| 
 | |
| config IPMI_SSIF
 | |
|     bool
 | |
|     depends on I2C
 | |
|     select IPMI
 | 
