diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/PCI/PciBusSrc.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/PCI/PciBusSrc.sdl')
-rw-r--r-- | Core/EM/PCI/PciBusSrc.sdl | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Core/EM/PCI/PciBusSrc.sdl b/Core/EM/PCI/PciBusSrc.sdl new file mode 100644 index 0000000..8d50c1f --- /dev/null +++ b/Core/EM/PCI/PciBusSrc.sdl @@ -0,0 +1,37 @@ +TOKEN + Name = "PciBusSrc_SUPPORT" + Value = "1" + Help = "Main switch to enable PciBusSrs support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes +End + +TOKEN + Name = "PCI_BUS_DEBUG_MESSAGES" + Value = "0" + Help = "A switch to enable PciBus Driver Debug messages over Serial Port." + TokenType = Boolean + TargetH = Yes + Token = "DEBUG_CODE" "=" "1" +End + +TOKEN + Name = "PCI_BUS_SKIP_BRG_RECURSIVELY" + Value = "0" + Help = "A switch to Disable enumeration for all Bridge children if bridge set to be skipped from enumeration." + TokenType = Boolean + TargetH = Yes +End + +MODULE + Help = "Includes PciBusSrs.mak to Project" + File = "PciBusSrc.mak" +End + +ELINK + Name = "$(BUILD_DIR)\PciBusSrc.lib" + Parent = "$(PCIBUS_DIR)\PciBusSrc$(ARCH).lib" + InvokeOrder = ReplaceParent +End |