diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index cfc8670d69..98d9e8a3bd 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -515,26 +515,6 @@ define IDE_OFFSET end ############################################### -# SMBUS options -############################################### - -define SMBUS_MEM_DEVICE_START - default (0xa << 3) - export always - comment "Start address of SMBUS device" -end -define SMBUS_MEM_DEVICE_END - default {SMBUS_MEM_DEVICE_START +1} - export always - comment "End address of SMBUS device" -end -define SMBUS_MEM_DEVICE_INC - default 1 - export always - comment "Increment value SMBUS" -end - -############################################### # Misc options ############################################### |