diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-12-24 21:16:58 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-01-01 17:55:48 +0000 |
commit | 1c5e9d133181e53b35b16361a9bf407fe6fe096b (patch) | |
tree | a3fb8abaacb9e5bc4c3724a06f54ca382a3d5f04 /src/mainboard/google/jecht/Kconfig.name | |
parent | 35f903074dcdba1db423d890a058828ba1787e2d (diff) |
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>
Diffstat (limited to 'src/mainboard/google/jecht/Kconfig.name')
-rw-r--r-- | src/mainboard/google/jecht/Kconfig.name | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/jecht/Kconfig.name b/src/mainboard/google/jecht/Kconfig.name index b241ca4f8a..d28e5a1e53 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 |