summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-12-24 21:16:58 +0100
committerFelix Singer <felixsinger@posteo.net>2022-01-01 17:55:48 +0000
commit1c5e9d133181e53b35b16361a9bf407fe6fe096b (patch)
treea3fb8abaacb9e5bc4c3724a06f54ca382a3d5f04
parent35f903074dcdba1db423d890a058828ba1787e2d (diff)
downloadcoreboot-1c5e9d133181e53b35b16361a9bf407fe6fe096b.tar.gz
coreboot-1c5e9d133181e53b35b16361a9bf407fe6fe096b.tar.bz2
coreboot-1c5e9d133181e53b35b16361a9bf407fe6fe096b.zip
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>
-rw-r--r--src/mainboard/google/jecht/Kconfig12
-rw-r--r--src/mainboard/google/jecht/Kconfig.name4
2 files changed, 12 insertions, 4 deletions
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index db5a4a1b9b44..836cbdf4e935 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -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
diff --git a/src/mainboard/google/jecht/Kconfig.name b/src/mainboard/google/jecht/Kconfig.name
index b241ca4f8a26..d28e5a1e5357 100644
--- a/src/mainboard/google/jecht/Kconfig.name
+++ b/src/mainboard/google/jecht/Kconfig.name
@@ -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