mb/intel/mtlrvp: Move selects from Kconfig.name to Kconfig
Selects should be done in the Kconfig file instead of Kconfig.name and not mixed over both files. Change-Id: If6b666478e15a8e843b50b60be490593349240bd Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78132 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 Felix Singer
						Felix Singer
					
				
			
			
				
	
			
			
			
						parent
						
							a9a8e77804
						
					
				
				
					commit
					856ba070dd
				
			| @@ -26,10 +26,12 @@ config BOARD_INTEL_MTLRVP_P | |||||||
|  |  | ||||||
| config BOARD_INTEL_MTLRVP_P_EXT_EC | config BOARD_INTEL_MTLRVP_P_EXT_EC | ||||||
| 	select BOARD_EXT_EC_SPECIFIC_OPTIONS | 	select BOARD_EXT_EC_SPECIFIC_OPTIONS | ||||||
|  | 	select SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON | ||||||
|  |  | ||||||
| config BOARD_INTEL_MTLRVP_P_MCHP | config BOARD_INTEL_MTLRVP_P_MCHP | ||||||
| 	select BOARD_EXT_EC_SPECIFIC_OPTIONS | 	select BOARD_EXT_EC_SPECIFIC_OPTIONS | ||||||
| 	select EC_GOOGLE_CHROMEEC_MEC | 	select EC_GOOGLE_CHROMEEC_MEC | ||||||
|  | 	select SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON | ||||||
|  |  | ||||||
| config BOARD_EXT_EC_SPECIFIC_OPTIONS | config BOARD_EXT_EC_SPECIFIC_OPTIONS | ||||||
| 	def_bool n | 	def_bool n | ||||||
|   | |||||||
| @@ -3,8 +3,6 @@ config BOARD_INTEL_MTLRVP_P | |||||||
|  |  | ||||||
| config BOARD_INTEL_MTLRVP_P_EXT_EC | config BOARD_INTEL_MTLRVP_P_EXT_EC | ||||||
| 	bool "Meteorlake-P RVP with Chrome EC" | 	bool "Meteorlake-P RVP with Chrome EC" | ||||||
| 	select SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON |  | ||||||
|  |  | ||||||
| config BOARD_INTEL_MTLRVP_P_MCHP | config BOARD_INTEL_MTLRVP_P_MCHP | ||||||
| 	bool "Meteorlake-P RVP with Microchip EC" | 	bool "Meteorlake-P RVP with Microchip EC" | ||||||
| 	select SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user