diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 9ba5f32edd..6da8006040 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -716,6 +716,11 @@ define HAVE_PIRQ_TABLE export used comment "Define if we have a PIRQ table" end +define PIRQ_ROUTE + default 0 + export used + comment "Define if we have a PIRQ table and want routing IRQs" +end define IRQ_SLOT_COUNT default none export used |