mb/google/drallion: 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: I4de9bc426b92d57d6aabe17cceddf6b6aa444327
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60157
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Felix Singer
2021-12-16 02:50:47 +01:00
parent 6c158a3c55
commit ec14217d39
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ config BOARD_GOOGLE_BASEBOARD_DRALLION
select SOC_INTEL_COMMON_BLOCK_SMM_ESPI_DISABLE select SOC_INTEL_COMMON_BLOCK_SMM_ESPI_DISABLE
select SYSTEM_TYPE_LAPTOP select SYSTEM_TYPE_LAPTOP
config BOARD_GOOGLE_DRALLION
select BOARD_GOOGLE_BASEBOARD_DRALLION
if BOARD_GOOGLE_BASEBOARD_DRALLION if BOARD_GOOGLE_BASEBOARD_DRALLION
config CHROMEOS config CHROMEOS

View File

@@ -2,4 +2,3 @@ comment "Drallion"
config BOARD_GOOGLE_DRALLION config BOARD_GOOGLE_DRALLION
bool "-> Drallion" bool "-> Drallion"
select BOARD_GOOGLE_BASEBOARD_DRALLION