oops, greg already did SMBUS, didn't notice.
authorRonald G. Minnich <rminnich@gmail.com>
Tue, 24 Jun 2003 03:36:37 +0000 (03:36 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Tue, 24 Jun 2003 03:36:37 +0000 (03:36 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@896 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/config/Options.lb

index a0393b2f06ac3086d21d8af9141c2b5c3b51eb57..7cff4530a72d1b6f563e4cc3d503159b5193363a 100644 (file)
@@ -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