Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60157 )
Change subject: mb/google/drallion: Move selects from Kconfig.name to Kconfig ......................................................................
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 --- M src/mainboard/google/drallion/Kconfig M src/mainboard/google/drallion/Kconfig.name 2 files changed, 3 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig index 6e3dbad..b0b0a5c 100644 --- a/src/mainboard/google/drallion/Kconfig +++ b/src/mainboard/google/drallion/Kconfig @@ -24,6 +24,9 @@ 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 bd5d903..5870571 100644 --- a/src/mainboard/google/drallion/Kconfig.name +++ b/src/mainboard/google/drallion/Kconfig.name @@ -2,4 +2,3 @@
config BOARD_GOOGLE_DRALLION bool "-> Drallion" - select BOARD_GOOGLE_BASEBOARD_DRALLION