mb/google/slippy: Move selects from Kconfig.name to Kconfig
Move selects from Kconfig.name to Kconfig so that the configuration is at one place and not distributed over two files. Change-Id: I677770168caa95d95fd7d32cadc15ffae8455e8c Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60352 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
		@@ -19,6 +19,18 @@ config BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
				
			|||||||
	select SOUTHBRIDGE_INTEL_LYNXPOINT
 | 
						select SOUTHBRIDGE_INTEL_LYNXPOINT
 | 
				
			||||||
	select SYSTEM_TYPE_LAPTOP
 | 
						select SYSTEM_TYPE_LAPTOP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config BOARD_GOOGLE_FALCO
 | 
				
			||||||
 | 
						select BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config BOARD_GOOGLE_LEON
 | 
				
			||||||
 | 
						select BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config BOARD_GOOGLE_PEPPY
 | 
				
			||||||
 | 
						select BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config BOARD_GOOGLE_WOLF
 | 
				
			||||||
 | 
						select BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
					if BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config VBOOT
 | 
					config VBOOT
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,16 +2,12 @@ comment "Slippy"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
config BOARD_GOOGLE_FALCO
 | 
					config BOARD_GOOGLE_FALCO
 | 
				
			||||||
	bool "->  Falco (HP Chromebook 14)"
 | 
						bool "->  Falco (HP Chromebook 14)"
 | 
				
			||||||
	select BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
config BOARD_GOOGLE_LEON
 | 
					config BOARD_GOOGLE_LEON
 | 
				
			||||||
	bool "->  Leon (Toshiba Chromebook)"
 | 
						bool "->  Leon (Toshiba Chromebook)"
 | 
				
			||||||
	select BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
config BOARD_GOOGLE_PEPPY
 | 
					config BOARD_GOOGLE_PEPPY
 | 
				
			||||||
	bool "->  Peppy (Acer C720/C720P Chromebook)"
 | 
						bool "->  Peppy (Acer C720/C720P Chromebook)"
 | 
				
			||||||
	select BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
config BOARD_GOOGLE_WOLF
 | 
					config BOARD_GOOGLE_WOLF
 | 
				
			||||||
	bool "->  Wolf (Dell Chromebook 11)"
 | 
						bool "->  Wolf (Dell Chromebook 11)"
 | 
				
			||||||
	select BOARD_GOOGLE_BASEBOARD_SLIPPY
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user