diff options
Diffstat (limited to 'src/mainboard/supermicro/h8dme/Kconfig')
-rw-r--r-- | src/mainboard/supermicro/h8dme/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/h8dme/Kconfig b/src/mainboard/supermicro/h8dme/Kconfig index e1b1e16b0f..38e1d9b048 100644 --- a/src/mainboard/supermicro/h8dme/Kconfig +++ b/src/mainboard/supermicro/h8dme/Kconfig @@ -116,3 +116,7 @@ config PCI_ROM_RUN default y depends on BOARD_SUPERMICRO_H8DME +config IRQ_SLOT_COUNT + int + default 11 + depends on BOARD_SUPERMICRO_H8DME |