Message ID | 1319835212-19473-1-git-send-email-geert@linux-m68k.org |
---|---|
State | Accepted, archived |
Delegated to: | David Miller |
Headers | show |
On Fri, 2011-10-28 at 13:53 -0700, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> > --- > drivers/net/ethernet/i825xx/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/ethernet/i825xx/Kconfig b/drivers/net/ethernet/i825xx/Kconfig > index 2be4698..ca1ae98 100644 > --- a/drivers/net/ethernet/i825xx/Kconfig > +++ b/drivers/net/ethernet/i825xx/Kconfig > @@ -85,7 +85,7 @@ config APRICOT > > config BVME6000_NET > tristate "BVME6000 Ethernet support" > - depends on BVME6000MVME16x > + depends on BVME6000 > ---help--- > This is the driver for the Ethernet interface on BVME4000 and > BVME6000 VME boards. Say Y here to include the driver for this chip Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Date: Fri, 28 Oct 2011 13:59:43 -0700 > On Fri, 2011-10-28 at 13:53 -0700, Geert Uytterhoeven wrote: >> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> >> --- >> drivers/net/ethernet/i825xx/Kconfig | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/drivers/net/ethernet/i825xx/Kconfig b/drivers/net/ethernet/i825xx/Kconfig >> index 2be4698..ca1ae98 100644 >> --- a/drivers/net/ethernet/i825xx/Kconfig >> +++ b/drivers/net/ethernet/i825xx/Kconfig >> @@ -85,7 +85,7 @@ config APRICOT >> >> config BVME6000_NET >> tristate "BVME6000 Ethernet support" >> - depends on BVME6000MVME16x >> + depends on BVME6000 >> ---help--- >> This is the driver for the Ethernet interface on BVME4000 and >> BVME6000 VME boards. Say Y here to include the driver for this chip > > Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Applied, thanks everyone. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/net/ethernet/i825xx/Kconfig b/drivers/net/ethernet/i825xx/Kconfig index 2be4698..ca1ae98 100644 --- a/drivers/net/ethernet/i825xx/Kconfig +++ b/drivers/net/ethernet/i825xx/Kconfig @@ -85,7 +85,7 @@ config APRICOT config BVME6000_NET tristate "BVME6000 Ethernet support" - depends on BVME6000MVME16x + depends on BVME6000 ---help--- This is the driver for the Ethernet interface on BVME4000 and BVME6000 VME boards. Say Y here to include the driver for this chip
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- drivers/net/ethernet/i825xx/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)