mb/google/zork: 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: Iaa73bf7f85f840299c467b7d712546d3f72a4e75
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75019
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Felix Singer 2023-05-08 19:36:46 +02:00 committed by Felix Singer
parent c7759d1cf9
commit 88ab310b62
2 changed files with 32 additions and 12 deletions

View File

@ -6,6 +6,38 @@ config BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_BASEBOARD_DALBOZ
def_bool n
config BOARD_GOOGLE_DALBOZ
select BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_GOOGLE_VILBOZ
select BOARD_GOOGLE_BASEBOARD_DALBOZ
select DRIVERS_I2C_SX9324
select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER
config BOARD_GOOGLE_EZKINIL
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_MORPHIUS
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_TREMBYLE
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_BERKNIP
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_WOOMAX
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_DIRINBOZ
select BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_GOOGLE_SHUBOZ
select BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_GOOGLE_GUMBOZ
select BOARD_GOOGLE_BASEBOARD_DALBOZ
if BOARD_GOOGLE_BASEBOARD_TREMBYLE || BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_SPECIFIC_OPTIONS

View File

@ -2,42 +2,30 @@ comment "Zork"
config BOARD_GOOGLE_DALBOZ
bool "-> Dalboz"
select BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_GOOGLE_VILBOZ
bool "-> Vilboz (Lenovo 100e/300e Gen3 AMD)"
select BOARD_GOOGLE_BASEBOARD_DALBOZ
select DRIVERS_I2C_SX9324
select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER
config BOARD_GOOGLE_EZKINIL
bool "-> Ezkinil (Acer Chromebook Spin 514)"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_MORPHIUS
bool "-> Morphius (Lenovo ThinkPad C13 Yoga Chromebook)"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_TREMBYLE
bool "-> Trembyle"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_BERKNIP
bool "-> Berknip (HP Pro c645 Chromebook Enterprise)"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_WOOMAX
bool "-> Woomax (ASUS Chromebook Flip CM5)"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_DIRINBOZ
bool "-> Dirinboz (HP Chromebook 14a-nd0097nr)"
select BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_GOOGLE_SHUBOZ
bool "-> Shuboz"
select BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_GOOGLE_GUMBOZ
bool "-> Gumboz (HP Chromebook x360 14a)"
select BOARD_GOOGLE_BASEBOARD_DALBOZ