diff options
author | Nishanth Menon <nm@ti.com> | 2016-02-22 11:51:08 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-22 13:13:28 -0500 |
commit | 4a64f3222efb159abcc94b95e46ada56ccc05144 (patch) | |
tree | f660b92edc46889657fe7c5a4646bea8dfecbdbd | |
parent | b7d6073cad40209e645a50e2497db13a85dc17ef (diff) |
ARM: omap2plus_defconfig: Enable AT24 eeprom
AT24 compatible eeproms are used in BB family and X15 boards.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 61beadb4d148..2a33450405a5 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -144,6 +144,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384 | |||
144 | CONFIG_SENSORS_TSL2550=m | 144 | CONFIG_SENSORS_TSL2550=m |
145 | CONFIG_BMP085_I2C=m | 145 | CONFIG_BMP085_I2C=m |
146 | CONFIG_SRAM=y | 146 | CONFIG_SRAM=y |
147 | CONFIG_EEPROM_AT24=m | ||
147 | CONFIG_SENSORS_LIS3_I2C=m | 148 | CONFIG_SENSORS_LIS3_I2C=m |
148 | CONFIG_BLK_DEV_SD=y | 149 | CONFIG_BLK_DEV_SD=y |
149 | CONFIG_SCSI_SCAN_ASYNC=y | 150 | CONFIG_SCSI_SCAN_ASYNC=y |