summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/kblrvp/Kconfig.name
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-07-12 18:18:23 +0200
committerFelix Singer <felixsinger@posteo.net>2021-10-19 18:55:12 +0000
commite07f9ccc11af137ec3c95de2eef29e493be7bbac (patch)
tree9e103488d09657069a2f5474c691b23488168bb4 /src/mainboard/intel/kblrvp/Kconfig.name
parente4047354ec69d09cbff7cbe8d515bad39f9864ed (diff)
mb/intel/kblrvp: Rework Kconfig
Rework Kconfig file that each variant has its own config option with their specific selects / configuration and move common selects to `BOARD_INTEL_KBLRVP_COMMON`, which is used as base for each variant. Built each variant with `BUILD_TIMELESS=1` and all generated coreboot.rom files remain identical. Excluded the .config file by disabling `INCLUDE_CONFIG_FILE` to make this reproducible. Change-Id: I2a9c12a15c098fcb64c006a707c94a1aed93d73a Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56219 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/intel/kblrvp/Kconfig.name')
-rw-r--r--src/mainboard/intel/kblrvp/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/intel/kblrvp/Kconfig.name b/src/mainboard/intel/kblrvp/Kconfig.name
index df65e32318..f9cc33d637 100644
--- a/src/mainboard/intel/kblrvp/Kconfig.name
+++ b/src/mainboard/intel/kblrvp/Kconfig.name
@@ -1,8 +1,11 @@
config BOARD_INTEL_KBLRVP3
bool "Kabylake LPDDR3 RVP3"
+
config BOARD_INTEL_KBLRVP7
bool "Kabylake DDR3L RVP7"
+
config BOARD_INTEL_KBLRVP8
bool "Kabylake DDR4 RVP8"
+
config BOARD_INTEL_KBLRVP11
bool "Kabylake DDR4 RVP11"