aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/bsl6/Kconfig.name
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-01-03 21:24:50 +0000
committerNico Huber <nico.h@gmx.de>2021-01-05 00:20:08 +0000
commit086f2f68605657ee04f65da5b1099b55b083d71a (patch)
tree327a2dfddc2b2feb73885f1e01b41b509da9b26f /src/mainboard/kontron/bsl6/Kconfig.name
parentb9ba0d10a21eacdc9171eb02f4ce9a93401b7db9 (diff)
mb/kontron/bsl6: 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 kontron/boxer26 with BUILD_TIMELESS=1, coreboot.rom remains the same. Change-Id: I08bd68aa2f98f93b8c5daf1ab2f3c1bbce521c53 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49061 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/kontron/bsl6/Kconfig.name')
-rw-r--r--src/mainboard/kontron/bsl6/Kconfig.name2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/kontron/bsl6/Kconfig.name b/src/mainboard/kontron/bsl6/Kconfig.name
index 0f0577e5db..90bf1c474f 100644
--- a/src/mainboard/kontron/bsl6/Kconfig.name
+++ b/src/mainboard/kontron/bsl6/Kconfig.name
@@ -1,5 +1,7 @@
config BOARD_KONTRON_BSL6
bool "COMe-bSL6"
+ select BOARD_KONTRON_BSL6_OPTIONS
config BOARD_SIEMENS_BOXER26
bool "COMe-bSL6 on Siemens/Boxer26"
+ select BOARD_KONTRON_BOXER26_OPTIONS