summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-20 22:26:54 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-20 21:33:39 +0000
commitbc29bd0de65f1c2054117d42a9e3241ed4c3db80 (patch)
tree4aaaf817e32f661467c25e7172352cb69355e876 /src/device
parent6059c9d133554488339f3772527752bfa789500f (diff)
downloadcoreboot-bc29bd0de65f1c2054117d42a9e3241ed4c3db80.tar.xz
device: Add back dummy HT_CHAIN_UNITID_BASE
This should be defined by mainboard. Add a dummy default to fix master while HyperTransport files are still around referencing this. Change-Id: I58188a200a2cad5fa20affee1844117ba71ac338 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37036 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/device')
-rw-r--r--src/device/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 7f00c0b4e8..9ae3bbd1de 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -499,6 +499,14 @@ config HYPERTRANSPORT_PLUGIN_SUPPORT
bool
default n
+config HT_CHAIN_UNITID_BASE
+ int
+ default 0
+
+config HT_CHAIN_END_UNITID_BASE
+ int
+ default 0
+
config PCIX_PLUGIN_SUPPORT
bool
default y