diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-10-28 06:53:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-28 17:06:56 -0400 |
commit | 3ddb709af32bacaf78d124420404d1ac19be99b8 (patch) | |
tree | 60f603094ddb3ab6f63c561800b138ae965a5955 | |
parent | 7011687f0f2f12cc348f6a693fafe63d89167eac (diff) |
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 2be46986cbe2..ca1ae985c6df 100644 --- a/drivers/net/ethernet/i825xx/Kconfig +++ b/drivers/net/ethernet/i825xx/Kconfig | |||
@@ -85,7 +85,7 @@ config APRICOT | |||
85 | 85 | ||
86 | config BVME6000_NET | 86 | config BVME6000_NET |
87 | tristate "BVME6000 Ethernet support" | 87 | tristate "BVME6000 Ethernet support" |
88 | depends on BVME6000MVME16x | 88 | depends on BVME6000 |
89 | ---help--- | 89 | ---help--- |
90 | This is the driver for the Ethernet interface on BVME4000 and | 90 | This is the driver for the Ethernet interface on BVME4000 and |
91 | BVME6000 VME boards. Say Y here to include the driver for this chip | 91 | BVME6000 VME boards. Say Y here to include the driver for this chip |