diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-10-28 10:53:32 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-28 17:06:56 -0400 |
commit | 3ddb709af32bacaf78d124420404d1ac19be99b8 (patch) | |
tree | 60f603094ddb3ab6f63c561800b138ae965a5955 | |
parent | 7011687f0f2f12cc348f6a693fafe63d89167eac (diff) | |
download | op-kernel-dev-3ddb709af32bacaf78d124420404d1ac19be99b8.zip op-kernel-dev-3ddb709af32bacaf78d124420404d1ac19be99b8.tar.gz |
i825xx: Fix incorrect dependency for BVME6000_NET
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | 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 |