aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/chili/Kconfig.name
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-01-03 21:34:26 +0000
committerNico Huber <nico.h@gmx.de>2021-01-05 00:20:15 +0000
commit0ab6f0bd4c6ff0b815ca9ad65a171b6084ee8c87 (patch)
tree36249884a2efcfdbb74eb2d4cace4264ba01af39 /src/mainboard/siemens/chili/Kconfig.name
parent086f2f68605657ee04f65da5b1099b55b083d71a (diff)
mb/siemens/chili: Rework Kconfig
Rework Kconfig file so that each variant has its own config option with their specific selects / configuration and move common selects to a seperate config option, which is used as base for each variant. Built chili/base with BUILD_TIMELESS=1, coreboot.rom remains the same. Change-Id: I5e2a09db80232457b2f78ad9b100c468d281f753 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49063 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/siemens/chili/Kconfig.name')
-rw-r--r--src/mainboard/siemens/chili/Kconfig.name2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/siemens/chili/Kconfig.name b/src/mainboard/siemens/chili/Kconfig.name
index ac4e31eef4..1c8dab5f7f 100644
--- a/src/mainboard/siemens/chili/Kconfig.name
+++ b/src/mainboard/siemens/chili/Kconfig.name
@@ -4,6 +4,8 @@ comment "CHILI"
config BOARD_SIEMENS_CHILI_BASE
bool "-> Base board"
+ select BOARD_SIEMENS_CHILI_BASE_OPTIONS
config BOARD_SIEMENS_CHILI_CHILI
bool "-> Chili (AiO)"
+ select BOARD_SIEMENS_CHILI_CHILI_OPTIONS