aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-06-24 03:36:37 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-06-24 03:36:37 +0000
commit7254a89c883fbab349b0b772b3bc982cc817dc5c (patch)
tree6317e9ced3c2cf34e0291d8e56cddcc515459dff /src/config
parenta7b3cfff275e492309c064f4dcd1e0896ec49ef9 (diff)
oops, greg already did SMBUS, didn't notice.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@896 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index a0393b2f06..7cff4530a7 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -569,23 +569,3 @@ define CONFIG_UDELAY_TSC
comment ""
end
-###############################################
-# SMBUS options
-###############################################
-define SMBUS_MEM_DEVICE_START
- default (0xa<<3)
- export used
- comment "The starting address on the SMBUS for the memory EEPROM"
-end
-
-define SMBUS_MEM_DEVICE_END
- default (SMBUS_MEM_DEVICE_START + 1)
- export used
- comment "The ending address on the SMBUS for the memory EEPROM"
-end
-
-define SMBUS_MEM_DEVICE_INC
- default 1
- export used
- comment "The amount to increment device addresses on SMBUS probes"
-end