at91sam9/at91cap: move nand drivers to drivers/mtd/nand
[oweals/u-boot.git] / drivers / hwmon / lm81.c
index 9349eb6ff685e71f1b341a4b44cb1db13a32bd53..668ee9fb090aa250cf35c09e136f9659a3a16b83 100644 (file)
  */
 
 #include <common.h>
-
-#if !defined(CFG_EEPROM_PAGE_WRITE_ENABLE) || \
-       (CFG_EEPROM_PAGE_WRITE_BITS < 1)
-# error "CFG_EEPROM_PAGE_WRITE_ENABLE must be defined and CFG_EEPROM_PAGE_WRITE_BITS must be greater than  1 to use CONFIG_DTT_LM81"
-#endif
-
 #include <i2c.h>
 #include <dtt.h>