From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Mon, 06 May 2013 14:23:33 +0200 Subject: [U-Boot] [PATCH v3 5/9] i2c, multibus: get rid of CONFIG_I2C_MUX In-Reply-To: <1367668903-29653-6-git-send-email-hs@denx.de> References: <1367668903-29653-1-git-send-email-hs@denx.de> <1367668903-29653-6-git-send-email-hs@denx.de> Message-ID: <5187A0C5.9060104@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/04/2013 02:01 PM, Heiko Schocher wrote: > CONFIG_I2C_MUX is replaced through the new i2c multibus/multiadapter > framework, configured through CONFIG_SYS_I2C. As CONFIG_I2C_MUX > is only used on the keymile boards, and they are now completely > moved to the new framework, remove CONFIG_I2C_MUX. > > Signed-off-by: Heiko Schocher > Cc: Holger Brunck > > --- > - changes for v2: > new in v2 Tested on mgcoge (MPC8247) and km_kirkwood (Kirkwood), feel free to add my: Tested-By: Holger Brunck Regards Holger