diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-11-27 11:03:20 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-11-27 11:03:20 +0000 |
commit | 4638c924f0e0ceb150956acead08b97949074e8e (patch) | |
tree | f6d80482f799d8f7273772e28114b786726a7e8c /src/mainboard/via/epia-n | |
parent | 13250d13f726b3ecc54ae39deabb7b1e7372918a (diff) | |
download | coreboot-4638c924f0e0ceb150956acead08b97949074e8e.tar.xz |
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 <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4959 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/epia-n')
-rw-r--r-- | src/mainboard/via/epia-n/Options.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/via/epia-n/Options.lb b/src/mainboard/via/epia-n/Options.lb index 8ed88cb771..416b8128d9 100644 --- a/src/mainboard/via/epia-n/Options.lb +++ b/src/mainboard/via/epia-n/Options.lb @@ -70,7 +70,9 @@ uses CONFIG_IOAPIC uses CONFIG_COMPRESS uses CONFIG_EPIA_VT8237R_INIT uses CONFIG_HAVE_MAINBOARD_RESOURCES +uses CONFIG_MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID +default CONFIG_MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID = 0x1019 default CONFIG_EPIA_VT8237R_INIT = 1 #default CONFIG_RAMTOP = 4 * 1024*1024 default CONFIG_ROM_SIZE = 512 * 1024 |