--- snapgear-original/linux-2.6.x/drivers/mtd/chips/Kconfig 2005-03-03 01:45:37.000000000 +0100 +++ snapgear-modified/linux-2.6.x/drivers/mtd/chips/Kconfig 2006-09-25 22:15:28.296137600 +0200 @@ -1,5 +1,5 @@ # drivers/mtd/chips/Kconfig -# $Id: Kconfig,v 1.13 2004/12/01 15:49:10 nico Exp $ +# $Id: Kconfig,v 1.2 2006/02/13 09:52:32 andrzej Exp $ menu "RAM/ROM/Flash chip drivers" depends on MTD!=n @@ -282,5 +282,20 @@ used for XIP purposes. If you're not sure what this is all about then say N. +config MTD_EE24 + tristate "24xx series I2C EEPROM support" + depends on MTD + help + This option enables support for 24xx series I2C EEPROM memories, + like Microchip's 24LCxx or 24AAxx. + +config EE24_SIZE + int "I2C EEPROM device size in bytes" + depends on MTD_EE24 + default "65536" + help + This allows you to configure the total size of the I2C EEPROM. + Maximum is 65536 (2^16 bytes -> 24xx512). + endmenu