mb/google/jecht: 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: Ieb6626aeb2023ac27eac8a515cc0e561607f9f62
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60355
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Felix Singer 2021-12-24 21:16:58 +01:00
parent 35f903074d
commit 1c5e9d1331
2 changed files with 12 additions and 4 deletions

View File

@ -12,6 +12,18 @@ config BOARD_GOOGLE_BASEBOARD_JECHT
select SOC_INTEL_BROADWELL
select SUPERIO_ITE_IT8772F
config BOARD_GOOGLE_GUADO
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_JECHT
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_RIKKU
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_TIDUS
select BOARD_GOOGLE_BASEBOARD_JECHT
if BOARD_GOOGLE_BASEBOARD_JECHT
config VBOOT

View File

@ -2,16 +2,12 @@ comment "Jecht"
config BOARD_GOOGLE_GUADO
bool "-> Guado (ASUS Chromebox CN62)"
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_JECHT
bool "-> Jecht"
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_RIKKU
bool "-> Rikku (Acer Chromebox CXI2)"
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_TIDUS
bool "-> Tidus (Lenovo ThinkCentre Chromebox)"
select BOARD_GOOGLE_BASEBOARD_JECHT