Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339725 > unrolled thread
| Started by | Nishanth Menon <nm@ti.com> |
|---|---|
| First post | 2016-02-22 18:00 +0100 |
| Last post | 2016-02-22 19:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] ARM: omap2plus_defconfig: Enable AT24 eeprom Nishanth Menon <nm@ti.com> - 2016-02-22 18:00 +0100
Re: [PATCH 2/2] ARM: omap2plus_defconfig: Enable AT24 eeprom Tony Lindgren <tony@atomide.com> - 2016-02-22 19:20 +0100
| From | Nishanth Menon <nm@ti.com> |
|---|---|
| Date | 2016-02-22 18:00 +0100 |
| Subject | [PATCH 2/2] ARM: omap2plus_defconfig: Enable AT24 eeprom |
| Message-ID | <r5201-eH-5@gated-at.bofh.it> |
AT24 compatible eeproms are used in BB family and X15 boards. Signed-off-by: Nishanth Menon <nm@ti.com> --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index d18d6b42fcf5..fa82f4e25d0e 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -145,6 +145,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 -- 2.7.0
[toc] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-02-22 19:20 +0100 |
| Message-ID | <r53fs-1nh-15@gated-at.bofh.it> |
| In reply to | #1339725 |
* Nishanth Menon <nm@ti.com> [160222 08:51]: > AT24 compatible eeproms are used in BB family and X15 boards. > > Signed-off-by: Nishanth Menon <nm@ti.com> > --- > arch/arm/configs/omap2plus_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index d18d6b42fcf5..fa82f4e25d0e 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -145,6 +145,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 Applying into omap-for-v4.6/defconfig. Thanks, Tony
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web