diff options
Diffstat (limited to 'src/mainboard/newisys/khepri/Kconfig')
-rw-r--r-- | src/mainboard/newisys/khepri/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/newisys/khepri/Kconfig b/src/mainboard/newisys/khepri/Kconfig index a7e13ea130..bb91237b5e 100644 --- a/src/mainboard/newisys/khepri/Kconfig +++ b/src/mainboard/newisys/khepri/Kconfig @@ -104,3 +104,14 @@ config IRQ_SLOT_COUNT int default 11 depends on BOARD_NEWISYS_KHEPRI + +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x17c2 + depends on BOARD_NEWISYS_KHEPRI + +config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID + hex + default 0x10 + depends on BOARD_NEWISYS_KHEPRI + |