diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-12-16 02:50:47 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2021-12-24 17:36:48 +0000 |
commit | ec14217d39ea0382421936be06c0ffacad81d9b7 (patch) | |
tree | 4d9d3983bdd50375f2c8bedcc81c9cf6bfd39c0a /src | |
parent | 6c158a3c55c381c3c1b267692af9a30f3317e262 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/drallion/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/google/drallion/Kconfig.name | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig index 6e3dbadb9b..b0b0a5c99f 100644 --- a/src/mainboard/google/drallion/Kconfig +++ b/src/mainboard/google/drallion/Kconfig @@ -24,6 +24,9 @@ config BOARD_GOOGLE_BASEBOARD_DRALLION select SOC_INTEL_COMMON_BLOCK_SMM_ESPI_DISABLE select SYSTEM_TYPE_LAPTOP +config BOARD_GOOGLE_DRALLION + select BOARD_GOOGLE_BASEBOARD_DRALLION + if BOARD_GOOGLE_BASEBOARD_DRALLION config CHROMEOS diff --git a/src/mainboard/google/drallion/Kconfig.name b/src/mainboard/google/drallion/Kconfig.name index bd5d9032d2..5870571124 100644 --- a/src/mainboard/google/drallion/Kconfig.name +++ b/src/mainboard/google/drallion/Kconfig.name @@ -2,4 +2,3 @@ comment "Drallion" config BOARD_GOOGLE_DRALLION bool "-> Drallion" - select BOARD_GOOGLE_BASEBOARD_DRALLION |