Clean up Kconfig
- move VGA handling options into devices/Kconfig - make Devices a top level menu - move some options "closer" to the code they control Change-Id: Ia79541d18b2b0d9b89a8b154255e312060627c48 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1840 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 Stefan Reinauer
						Stefan Reinauer
					
				
			
			
				
	
			
			
			
						parent
						
							8483344802
						
					
				
				
					commit
					95a6396ae3
				
			| @@ -30,6 +30,10 @@ config SET_FIDVID | ||||
| 	bool | ||||
| 	default y | ||||
|  | ||||
| config LIFT_BSP_APIC_ID | ||||
| 	bool | ||||
| 	default n | ||||
|  | ||||
| if SET_FIDVID | ||||
| config SET_FIDVID_DEBUG | ||||
| 	bool | ||||
|   | ||||
| @@ -10,6 +10,10 @@ config UDELAY_IO | ||||
| 	bool | ||||
| 	default n | ||||
|  | ||||
| config LIFT_BSP_APIC_ID | ||||
| 	bool | ||||
| 	default n | ||||
|  | ||||
| config SET_FIDVID | ||||
| 	bool | ||||
| 	default n | ||||
|   | ||||
		Reference in New Issue
	
	Block a user