From: Stephen Warren Date: Wed, 19 Mar 2014 23:15:14 +0000 (-0600) Subject: ARM: tegra: enable AT24C EEPROM driver X-Git-Tag: next-20140428~76^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9e511e480548511f25d077de73b8284b9f31c8a7;p=karo-tx-linux.git ARM: tegra: enable AT24C EEPROM driver This is used for the board ID EEPROM on Jetson TK1, as well as likely a whole slew of other NVIDIA reference boards; we simply haven't added enabled the EEPROM in the DT files until now. Signed-off-by: Stephen Warren --- diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 2926281368ab..d9f4a730f399 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -97,6 +97,7 @@ CONFIG_AD525X_DPOT_I2C=y CONFIG_ICS932S401=y CONFIG_APDS9802ALS=y CONFIG_ISL29003=y +CONFIG_EEPROM_AT24=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_BLK_DEV_SR=y