diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-12-24 21:41:51 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-01-01 17:56:56 +0000 |
commit | 1aa197ee9beca999f3fb4654c95975d392fa4602 (patch) | |
tree | 8933c83d07169bbaf30be7d37da3537720f4f50c /src/mainboard/google/cyan/Kconfig | |
parent | a4320fcc7bd355f77b88d8d467a771b272f156f1 (diff) |
mb/google/cyan: 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: Ifcdfd9fff197391ca0da083e7f6151c2dffe3374
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60362
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/cyan/Kconfig')
-rw-r--r-- | src/mainboard/google/cyan/Kconfig | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig index 4de5a61805..c3032668cf 100644 --- a/src/mainboard/google/cyan/Kconfig +++ b/src/mainboard/google/cyan/Kconfig @@ -19,6 +19,39 @@ config BOARD_GOOGLE_BASEBOARD_CYAN select SYSTEM_TYPE_LAPTOP select USE_GOOGLE_FSP +config BOARD_GOOGLE_BANON + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_CELES + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_CYAN + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_EDGAR + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_KEFKA + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_REKS + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_RELM + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_SETZER + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_TERRA + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_ULTIMA + select BOARD_GOOGLE_BASEBOARD_CYAN + +config BOARD_GOOGLE_WIZPIG + select BOARD_GOOGLE_BASEBOARD_CYAN + if BOARD_GOOGLE_BASEBOARD_CYAN config VBOOT |