diff options
-rw-r--r-- | src/device/Kconfig | 8 |
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 |