diff options
Diffstat (limited to 'src/mainboard/supermicro/h8dmr/Kconfig')
-rw-r--r-- | src/mainboard/supermicro/h8dmr/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/h8dmr/Kconfig b/src/mainboard/supermicro/h8dmr/Kconfig index 5af3986e51..7482b6d16f 100644 --- a/src/mainboard/supermicro/h8dmr/Kconfig +++ b/src/mainboard/supermicro/h8dmr/Kconfig @@ -109,3 +109,14 @@ config IRQ_SLOT_COUNT int default 11 depends on BOARD_SUPERMICRO_H8DMR + +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x15d9 + depends on BOARD_SUPERMICRO_H8DMR + +config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID + hex + default 0x1511 + depends on BOARD_SUPERMICRO_H8DMR + |