From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Wed, 26 Jan 2005 16:17:59 +0100 Subject: [U-Boot-Users] Re: driver_lan91c96 or driver_smc91111 In-Reply-To: <20050126145852.73171.qmail@web53608.mail.yahoo.com> References: <20050126145852.73171.qmail@web53608.mail.yahoo.com> Message-ID: <20050126151759.GA32155@orphique> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jan 26, 2005 at 06:58:52AM -0800, Komal Shah wrote: > Hi All, > > We are having LAN91C111 chip on our board. And in > linux world we have unified smc91x.c driver. > > But in u-boot I got the two options: > > So should I go for CONFIG_DRIVER_LAN91C96 or > CONFIG_DRIVER_SMC91111 in u-boot config??? > > As per grep output and reading the source code I think > CONFIG_DRIVER_SMC91111 is the correct one. Indeed, that's correct driver. Regards, ladis