diff options
author | Joseph Smith <joe@settoplinux.org> | 2009-05-13 02:47:14 +0000 |
---|---|---|
committer | Joseph Smith <joe@smittys.pointclark.net> | 2009-05-13 02:47:14 +0000 |
commit | 5f0482dd8b06ab4220ff2c1474008afc94481854 (patch) | |
tree | dcae5eec54454cb7b7611b0222d56bcec1aaa0bb /src | |
parent | 459259e98dc9071279f385ea18c58993e2e66b9b (diff) |
Oops forgot small part. Set up PIRQs in mainboard Config.lb for IP1000 and RM4100 instead of using the ones in i82801xx_lpc.c.
Signed-off-by: Joseph Smith <joe@settoplinux.org>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4278 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/intel/i82801xx/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801xx/Config.lb b/src/southbridge/intel/i82801xx/Config.lb index 7a98b3de0f..f02b5154a8 100644 --- a/src/southbridge/intel/i82801xx/Config.lb +++ b/src/southbridge/intel/i82801xx/Config.lb @@ -18,6 +18,7 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +config chip.h driver i82801xx.o driver i82801xx_usb.o driver i82801xx_lpc.o |