From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 11 Sep 2017 00:17:49 -0600 Subject: [U-Boot] [PATCH v2] misc: Kconfig: Add SPL_I2C_EEPROM option In-Reply-To: <20170906050814.16560-1-wenyou.yang@microchip.com> References: <20170906050814.16560-1-wenyou.yang@microchip.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5 September 2017 at 23:08, Wenyou Yang wrote: > This option is an SPL-variant of the I2C_EEPROM option to enable > the driver for generic I2C-attached EEPROMs for SPL. > > Signed-off-by: Wenyou Yang > --- > > Changes in v2: > - Rebase the uboot/master (84a4206). > > drivers/misc/Kconfig | 8 ++++++++ > drivers/misc/Makefile | 2 +- > 2 files changed, 9 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass