mb/google/reef: 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: Id71c63556da73a09c5a6d3e844686ddc3e113ea7
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60148
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Felix Singer 2021-12-16 02:08:10 +01:00
parent 02031018e1
commit b5ff51719d
2 changed files with 24 additions and 12 deletions

View File

@ -22,6 +22,30 @@ config BOARD_GOOGLE_BASEBOARD_REEF
select SOC_INTEL_APOLLOLAKE select SOC_INTEL_APOLLOLAKE
select USE_SAR select USE_SAR
config BOARD_GOOGLE_REEF
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_PYRO
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_SAND
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_SNAPPY
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_NASHER
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_CORAL
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
if BOARD_GOOGLE_BASEBOARD_REEF if BOARD_GOOGLE_BASEBOARD_REEF
config BASEBOARD_REEF_LAPTOP config BASEBOARD_REEF_LAPTOP

View File

@ -2,30 +2,18 @@ comment "Reef"
config BOARD_GOOGLE_REEF config BOARD_GOOGLE_REEF
bool "-> Reef/Electro (Acer Chromebook Spin 11 R751T)" bool "-> Reef/Electro (Acer Chromebook Spin 11 R751T)"
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_PYRO config BOARD_GOOGLE_PYRO
bool "-> Pyro (Lenovo Thinkpad (Yoga) 11e Chromebook)" bool "-> Pyro (Lenovo Thinkpad (Yoga) 11e Chromebook)"
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_SAND config BOARD_GOOGLE_SAND
bool "-> Sand (Acer Chromebook 15 CB515-1HT/1H)" bool "-> Sand (Acer Chromebook 15 CB515-1HT/1H)"
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_SNAPPY config BOARD_GOOGLE_SNAPPY
bool "-> Snappy (HP Chromebook x360 11 G1 EE)" bool "-> Snappy (HP Chromebook x360 11 G1 EE)"
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_NASHER config BOARD_GOOGLE_NASHER
bool "-> Nasher" bool "-> Nasher"
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF
config BOARD_GOOGLE_CORAL config BOARD_GOOGLE_CORAL
bool "-> Coral" bool "-> Coral"
select BASEBOARD_REEF_LAPTOP
select BOARD_GOOGLE_BASEBOARD_REEF