diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-22 09:15:13 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-22 09:15:13 +0000 |
commit | 8a7d34bdc7f681e0a6f8ec2413976a926a8bfcf1 (patch) | |
tree | 97d295d342d03598d7fea0e519d0d02d7b74076d /src/southbridge | |
parent | 159b01213202f33e661f9125287b2b3056019dbf (diff) | |
download | coreboot-8a7d34bdc7f681e0a6f8ec2413976a926a8bfcf1.tar.xz |
fix builds...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5138 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/intel/i82801gx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801gx/Kconfig b/src/southbridge/intel/i82801gx/Kconfig index a784a880e4..200bd8b113 100644 --- a/src/southbridge/intel/i82801gx/Kconfig +++ b/src/southbridge/intel/i82801gx/Kconfig @@ -20,5 +20,6 @@ config SOUTHBRIDGE_INTEL_I82801GX bool select IOAPIC + select HAVE_HARD_RESET select USE_WATCHDOG_ON_BOOT |