diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2004-12-03 03:39:04 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2004-12-03 03:39:04 +0000 |
commit | 7213d0f513c2a0dbcacbf0a811d01322cd82d25b (patch) | |
tree | f40eb3d7e577af50edbc10f0df921fd34de9e075 /src/devices/Config.lb | |
parent | 57b6786168683e33c1c6c2d8df6a1e8c0246fbde (diff) | |
download | coreboot-7213d0f513c2a0dbcacbf0a811d01322cd82d25b.tar.xz |
i2c mux support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1809 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/Config.lb')
-rw-r--r-- | src/devices/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/Config.lb b/src/devices/Config.lb index 12a31091d0..9da0aac9c9 100644 --- a/src/devices/Config.lb +++ b/src/devices/Config.lb @@ -5,3 +5,4 @@ object pci_device.o object pnp_device.o object hypertransport.o object pci_ops.o +object smbus_ops.o |