Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60355 )
Change subject: mb/google/jecht: Move selects from Kconfig.name to Kconfig ......................................................................
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 --- M src/mainboard/google/jecht/Kconfig M src/mainboard/google/jecht/Kconfig.name 2 files changed, 12 insertions(+), 4 deletions(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig index db5a4a1..836cbdf 100644 --- a/src/mainboard/google/jecht/Kconfig +++ b/src/mainboard/google/jecht/Kconfig @@ -12,6 +12,18 @@ 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 diff --git a/src/mainboard/google/jecht/Kconfig.name b/src/mainboard/google/jecht/Kconfig.name index b241ca4..d28e5a1 100644 --- a/src/mainboard/google/jecht/Kconfig.name +++ b/src/mainboard/google/jecht/Kconfig.name @@ -2,16 +2,12 @@
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
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.