diff options
Diffstat (limited to 'src/mainboard/sunw/ultra40/Kconfig')
-rw-r--r-- | src/mainboard/sunw/ultra40/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/sunw/ultra40/Kconfig b/src/mainboard/sunw/ultra40/Kconfig index 4c8be412cf..ae0c475f11 100644 --- a/src/mainboard/sunw/ultra40/Kconfig +++ b/src/mainboard/sunw/ultra40/Kconfig @@ -103,3 +103,14 @@ config IRQ_SLOT_COUNT int default 11 depends on BOARD_SUNW_ULTRA40 + +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x108e + depends on BOARD_SUNW_ULTRA40 + +config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID + hex + default 0x40 + depends on BOARD_SUNW_ULTRA40 + |