From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Thu, 14 Apr 2005 14:38:19 +0200 Subject: [U-Boot-Users] CONFIG_DTT_LM75 and CFG_EEPROM_PAGE_WRITE_ENABLE ??? Message-ID: <425E643B.8090303@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there, is it realy necessary to define CFG_EEPROM_PAGE_WRITE_ENABLE in order to use the LM75 within U-Boot? #ifdef CONFIG_DTT_LM75 #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_LM75" #endif -- Steven