summaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-12-03 23:48:17 +0000
committerStefan Reinauer <stepan@openbios.org>2005-12-03 23:48:17 +0000
commitbbbfd9d1906cb2d99385eae845a13a311f77ef78 (patch)
tree0485f8ebc4bdd026e0e43bdaa36a0ac0c4fd5c6a /src/southbridge/via/vt8231
parentbd25fe979bee6a2912b671b7f811192c51c5f95f (diff)
downloadcoreboot-bbbfd9d1906cb2d99385eae845a13a311f77ef78.tar.xz
smaller fixups here and there, allowing some motherboards to compile or
to fail later than before. dos2unix'ed the xe7501devkit files, that might have caused some problems before. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2127 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8231')
-rw-r--r--src/southbridge/via/vt8231/chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8231/chip.h b/src/southbridge/via/vt8231/chip.h
index fef4e2913b..277ead7705 100644
--- a/src/southbridge/via/vt8231/chip.h
+++ b/src/southbridge/via/vt8231/chip.h
@@ -8,6 +8,9 @@ struct southbridge_via_vt8231_config {
int enable_native_ide;
int enable_com_ports;
int enable_keyboard;
+ /* currently not parsed but needed by densitron dpx114 */
+ int enable_usb;
+ int enable_nvram;
};
#endif /* _SOUTHBRIDGE_VIA_VT8231 */