From 4638c924f0e0ceb150956acead08b97949074e8e Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 27 Nov 2009 11:03:20 +0000 Subject: Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID Usually, this means adding values to Kconfig, but in a few cases, adding values to newconfig, too (which doesn't hurt). Also really hook up tyan/s2850 and tyan/s2875 to kconfig, and have them still build. Trivial and stupid kconfig changes, just lots of them. Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4959 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/iwill/dk8_htx/Kconfig | 11 +++++++++++ src/mainboard/iwill/dk8s2/Kconfig | 11 +++++++++++ 2 files changed, 22 insertions(+) (limited to 'src/mainboard/iwill') diff --git a/src/mainboard/iwill/dk8_htx/Kconfig b/src/mainboard/iwill/dk8_htx/Kconfig index a1eb773739..a683bb5c67 100644 --- a/src/mainboard/iwill/dk8_htx/Kconfig +++ b/src/mainboard/iwill/dk8_htx/Kconfig @@ -108,3 +108,14 @@ config IRQ_SLOT_COUNT int default 11 depends on BOARD_IWILL_DK8_HTX + +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x1022 + depends on BOARD_IWILL_DK8_HTX + +config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID + hex + default 0x2b80 + depends on BOARD_IWILL_DK8_HTX + diff --git a/src/mainboard/iwill/dk8s2/Kconfig b/src/mainboard/iwill/dk8s2/Kconfig index 59fcdb4f2e..714a607199 100644 --- a/src/mainboard/iwill/dk8s2/Kconfig +++ b/src/mainboard/iwill/dk8s2/Kconfig @@ -107,3 +107,14 @@ config IRQ_SLOT_COUNT int default 11 depends on BOARD_IWILL_DK8S2 + +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x161f + depends on BOARD_IWILL_DK8S2 + +config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID + hex + default 0x3016 + depends on BOARD_IWILL_DK8S2 + -- cgit v1.2.3