diff options
author | Nishanth Menon <nm@ti.com> | 2016-02-22 10:51:08 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-22 10:13:28 -0800 |
commit | 4a64f3222efb159abcc94b95e46ada56ccc05144 (patch) | |
tree | f660b92edc46889657fe7c5a4646bea8dfecbdbd /arch/arm/configs/omap2plus_defconfig | |
parent | b7d6073cad40209e645a50e2497db13a85dc17ef (diff) | |
download | blackbird-op-linux-4a64f3222efb159abcc94b95e46ada56ccc05144.tar.gz blackbird-op-linux-4a64f3222efb159abcc94b95e46ada56ccc05144.zip |
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>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-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 CONFIG_SENSORS_TSL2550=m CONFIG_BMP085_I2C=m CONFIG_SRAM=y +CONFIG_EEPROM_AT24=m CONFIG_SENSORS_LIS3_I2C=m CONFIG_BLK_DEV_SD=y CONFIG_SCSI_SCAN_ASYNC=y |