From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 1 Aug 2018 14:56:37 +0200 Subject: [U-Boot] [PATCH] video: kconfig: remove DM_I2C dependency of I2C_EDID In-Reply-To: References: <20180704064000.13499-1-luaraneda@gmail.com> Message-ID: <20180801145637.6867e08d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 30 Jul 2018 09:11:31 -0400 Luis Araneda luaraneda at gmail.com wrote: > Hi, > > On Wed, Jul 4, 2018 at 2:40 AM Luis Araneda wrote: > > > > Drop the DM_I2C dependency, as the library only implements > > the parsing of EDID data and doesn't depend on any driver > > > > One user of this library, the i2c command, implements > > support for legacy and DM I2C drivers > > > > Tested on a Zynq board, whose I2C driver is not ported > > yet to DM > > > > Signed-off-by: Luis Araneda > > --- > > drivers/video/Kconfig | 1 - > > 1 file changed, 1 deletion(-) Applied to u-boot-video/master, thanks! -- Anatolij